public class XBTFileOutputStream extends XBTOutputStream
| Constructor and Description |
|---|
XBTFileOutputStream(java.io.File file)
Creates a new instance of XBFileOutputStream
|
XBTFileOutputStream(java.io.FileDescriptor fd) |
XBTFileOutputStream(java.lang.String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close stream and eventually release opened sources
|
void |
putXBT(XBTToken item)
Pull interface direct convertor
|
putXBTToken, resetpublic XBTFileOutputStream(java.io.File file)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic XBTFileOutputStream(java.lang.String fileName)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic XBTFileOutputStream(java.io.FileDescriptor fd)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundExceptionjava.io.IOExceptionpublic void putXBT(XBTToken item) throws java.io.IOException, XBProcessingException
XBTOutputStreamputXBT in class XBTOutputStreamjava.io.IOExceptionXBProcessingExceptionpublic void close()
throws java.io.IOException
XBTOutputStreamclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class XBTOutputStreamjava.io.IOException