com.ximpleware
Class XMLByteOutputStream
java.lang.Object
java.io.OutputStream
com.ximpleware.XMLByteOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class XMLByteOutputStream
- extends OutputStream
XMLByteOutputStream
public XMLByteOutputStream(int size)
getXML
public final byte[] getXML()
write
public void write(int b)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException
write
public void write(byte[] ba)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
write
public void write(byte[] ba,
int os,
int len)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
close
public void close()
- Specified by:
close in interface Closeable- Overrides:
close in class OutputStream
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.