com.ptc.wvs.server.util
Class Structure.LengthOutputStream
java.lang.Object
java.io.OutputStream
com.ptc.wvs.server.util.Structure.LengthOutputStream
- Enclosing class:
- Structure
- public static class Structure.LengthOutputStream
- extends OutputStream
Field Summary |
private int |
count
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
count
private int count
Structure.LengthOutputStream
public Structure.LengthOutputStream()
getLength
public int getLength()
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Throws:
IOException
write
public void write(int i)
throws IOException
- Throws:
IOException