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, write
public RemoteFileOutputStream()
public RemoteFileOutputStream(long fileOffset)
public void write(int w) throws IOException
write
in class OutputStream
IOException
public void write(byte[] buf, int off, int len) throws IOException
write
in class OutputStream
IOException
Copyright © 2009–2016. All rights reserved.