public class OutputStreamIoFile extends IoFile<SeekableOutputStream>
IoFile.Whence| Constructor and Description |
|---|
OutputStreamIoFile(OutputStream out,
org.classdump.luna.Table metatable) |
| 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)
public boolean isClosed()
isClosed in class IoFile<SeekableOutputStream>public void close()
throws IOException
close in class IoFile<SeekableOutputStream>IOExceptionpublic void flush()
throws IOException
flush in class IoFile<SeekableOutputStream>IOExceptionpublic void write(org.classdump.luna.ByteString s)
throws IOException
write in class IoFile<SeekableOutputStream>IOExceptionpublic long seek(IoFile.Whence whence, long offset) throws IOException
seek in class IoFile<SeekableOutputStream>IOExceptionCopyright © 2016–2017. All rights reserved.