public class OutputStreamIoFile extends IoFile
IoFile.Whence| Constructor and Description |
|---|
OutputStreamIoFile(OutputStream out,
org.classdump.luna.Table metatable,
Object userValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
boolean |
isClosed() |
long |
seek(IoFile.Whence whence,
long offset) |
void |
write(org.classdump.luna.ByteString s) |
public OutputStreamIoFile(OutputStream out, org.classdump.luna.Table metatable, Object userValue)
public void close()
throws IOException
close in class IoFileIOExceptionpublic void flush()
throws IOException
flush in class IoFileIOExceptionpublic void write(org.classdump.luna.ByteString s)
throws IOException
write in class IoFileIOExceptionpublic long seek(IoFile.Whence whence, long offset) throws IOException
seek in class IoFileIOExceptionCopyright © 2016–2017. All rights reserved.