public class RAFOutputStreamAdapter extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
private RandomAccessFile |
raf |
| Constructor and Description |
|---|
RAFOutputStreamAdapter(RandomAccessFile raf) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writeprivate final RandomAccessFile raf
public RAFOutputStreamAdapter(RandomAccessFile raf)
public void write(byte[] b, int off, int len) throws IOException
write in class OutputStreamIOExceptionpublic void write(int b) throws IOException
write in class OutputStreamIOExceptionCopyright © 2017 dcm4che.org. All rights reserved.