public class RemoteFile.RemoteFileOutputStream extends OutputStream
| Constructor and Description |
|---|
RemoteFileOutputStream() |
RemoteFileOutputStream(long fileOffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buf,
int off,
int len) |
void |
write(int w) |
close, flush, writepublic RemoteFileOutputStream()
public RemoteFileOutputStream(long fileOffset)
public void write(int w)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2009–2016. All rights reserved.