public class InternalOutputStream extends Object implements ASOutputStream
| Constructor and Description |
|---|
InternalOutputStream(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getOffset() |
InternalOutputStream |
seek(long offset) |
void |
seekEnd() |
InternalOutputStream |
write(boolean value) |
InternalOutputStream |
write(byte value) |
long |
write(byte[] buffer) |
long |
write(byte[] buffer,
int size) |
InternalOutputStream |
write(char value) |
InternalOutputStream |
write(double value) |
InternalOutputStream |
write(int value) |
InternalOutputStream |
write(long value) |
InternalOutputStream |
write(String value) |
public InternalOutputStream(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic long write(byte[] buffer)
throws IOException
write in interface ASOutputStreamIOExceptionpublic long write(byte[] buffer,
int size)
throws IOException
IOExceptionpublic void close()
throws IOException
close in interface ASOutputStreamIOExceptionpublic void seekEnd()
throws IOException
IOExceptionpublic long getOffset()
throws IOException
IOExceptionpublic InternalOutputStream seek(long offset) throws IOException
IOExceptionpublic InternalOutputStream write(char value) throws IOException
IOExceptionpublic InternalOutputStream write(byte value) throws IOException
IOExceptionpublic InternalOutputStream write(boolean value) throws IOException
IOExceptionpublic InternalOutputStream write(int value) throws IOException
IOExceptionpublic InternalOutputStream write(long value) throws IOException
IOExceptionpublic InternalOutputStream write(double value) throws IOException
IOExceptionpublic InternalOutputStream write(String value) throws IOException
IOExceptionCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.