public class BufferedRAFOutputStream extends OutputStream
Constructor and Description |
---|
BufferedRAFOutputStream(RandomAccessFile raf)
Contructs a new output stream
|
public BufferedRAFOutputStream(RandomAccessFile raf) throws IOException
raf
- IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
OutputStream.write(int)
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
OutputStream.write(byte[])
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
OutputStream.write(byte[], int, int)
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
OutputStream.flush()
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
OutputStream.close()
public long getFilePointer()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"