com.saxonica
Class CompileStylesheet.TracingObjectOutputStream
java.lang.Object
   java.io.OutputStream
java.io.OutputStream
       java.io.FilterOutputStream
java.io.FilterOutputStream
           com.saxonica.CompileStylesheet.TracingObjectOutputStream
com.saxonica.CompileStylesheet.TracingObjectOutputStream
- All Implemented Interfaces: 
- Closeable, Flushable
- Enclosing class:
- CompileStylesheet
- public static class CompileStylesheet.TracingObjectOutputStream 
- extends FilterOutputStream
Tracing version of ObjectOutputStream for diagnostics
 
 
 
| Method Summary | 
|  void | write(byte[] b)
 | 
|  void | write(byte[] b,
      int off,
      int len)Writes
 lenbytes from the specifiedbytearray starting at offsetoffto
 this output stream. | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CompileStylesheet.TracingObjectOutputStream
public CompileStylesheet.TracingObjectOutputStream(OutputStream oos)
write
public void write(byte[] b)
           throws IOException
- 
- Overrides:
- writein class- FilterOutputStream
 
- 
- Throws:
- IOException
 
write
public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
- Writes lenbytes from the specifiedbytearray starting at offsetoffto
 this output stream.
 
 Thewritemethod ofFilterOutputStreamcalls thewritemethod of one argument on eachbyteto output.
 
 Note that this method does not call thewritemethod
 of its underlying input stream with the same arguments. Subclasses
 ofFilterOutputStreamshould provide a more efficient
 implementation of this method.
 
- 
- Overrides:
- writein class- FilterOutputStream
 
- 
- Parameters:
- b- the data.
- off- the start offset in the data.
- len- the number of bytes to write.
- Throws:
- IOException- if an I/O error occurs.
- See Also:
- FilterOutputStream.write(int)
 
Copyright (c) 2004-2010 Saxonica Limited. All rights reserved.