com.bubble.utils
Class HelperOutputStream
java.lang.Object
java.io.OutputStream
com.bubble.utils.HelperOutputStream
- public class HelperOutputStream
- extends java.io.OutputStream
Methods inherited from class java.io.OutputStream |
close, flush, write |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelperOutputStream
public HelperOutputStream()
write
public void write(int b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
getData
public byte[] getData()
getStream
public byte[] getStream()
reset
public void reset()
Faster Java Serialization.
Copyright (C) 2006 Leonardo Bubble Mesquita.