public final class RandomAccessFileOutputStream
extends java.io.OutputStream
RandomAccessFile
into an OutputStream
.Modifier and Type | Field and Description |
---|---|
private java.io.RandomAccessFile |
targetFile
the file to write to.
|
Constructor and Description |
---|
RandomAccessFileOutputStream(java.io.RandomAccessFile target)
Creates an instance.
|
public RandomAccessFileOutputStream(java.io.RandomAccessFile target)
target
- file to write to.public void write(byte[] bytes, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(int toWrite) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
Copyright © 2005-2013 java.net. All Rights Reserved.