public class RemoteOutputStream extends OutputStream
| Constructor and Description |
|---|
RemoteOutputStream(org.tentackle.persist.rmi.OutputStreamRemoteDelegate delegate)
Creates a remote output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic RemoteOutputStream(org.tentackle.persist.rmi.OutputStreamRemoteDelegate delegate)
delegate - the delegatepublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2016 Krake Softwaretechnik. All rights reserved.