com.github.libxjava.io
Class OutputStreamProxy
java.lang.Object
java.io.OutputStream
com.github.libxjava.io.OutputStreamProxy
public final class OutputStreamProxy
- extends OutputStream
- Version:
- libxjava-cldc - 0.3
- Author:
- Marcel Patzlaff
concreteStream
public volatile OutputStream concreteStream
OutputStreamProxy
public OutputStreamProxy()
close
public void close()
throws IOException
- Overrides:
close in class OutputStream
- Throws:
IOException
flush
public void flush()
throws IOException
- Overrides:
flush in class OutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write in class OutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Specified by:
write in class OutputStream
- Throws:
IOException
Copyright © 2011 Marcel Patzlaff. All Rights Reserved.