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, write
private final RandomAccessFile raf
public RAFOutputStreamAdapter(RandomAccessFile raf)
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2017 dcm4che.org. All rights reserved.