public final class RandomAccessFileOutputStream extends OutputStream
Constructor and Description |
---|
RandomAccessFileOutputStream(RandomAccessFile target)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int toWrite) |
close, flush, write
public RandomAccessFileOutputStream(RandomAccessFile target)
target
- file to write to.public void write(byte[] bytes, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(int toWrite) throws IOException
write
in class OutputStream
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.