com.bubble.utils
Class HelperOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bycom.bubble.utils.HelperOutputStream

public class HelperOutputStream
extends java.io.OutputStream


Constructor Summary
HelperOutputStream()
           
 
Method Summary
 byte[] getData()
           
 byte[] getStream()
           
 void reset()
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
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
 

Constructor Detail

HelperOutputStream

public HelperOutputStream()
Method Detail

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.