Package org.ngengine.network.protocol
Class BufferOutputStream
java.lang.Object
java.io.OutputStream
org.ngengine.network.protocol.BufferOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream
-
Constructor Details
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
public void write(byte[] b) - Overrides:
write
in classOutputStream
-
write
public void write(byte[] b, int off, int len) - Overrides:
write
in classOutputStream
-