public class PseudoFileOutputStream extends OutputStream
Constructor and Description |
---|
PseudoFileOutputStream(PseudoFile file) |
PseudoFileOutputStream(PseudoFile file,
boolean append) |
PseudoFileOutputStream(String filename) |
PseudoFileOutputStream(String filename,
boolean append) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
PseudoFileOutputChannel |
getChannel() |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public PseudoFileOutputStream(PseudoFile file) throws IOException
IOException
public PseudoFileOutputStream(String filename) throws IOException
IOException
public PseudoFileOutputStream(PseudoFile file, boolean append) throws IOException
IOException
public PseudoFileOutputStream(String filename, boolean append) throws IOException
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
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
public PseudoFileOutputChannel getChannel()
Copyright © 2012-2013. All Rights Reserved.