Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server.util
Class UnwrappedByteArrayOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by org.jboss.errai.marshalling.server.util.UnwrappedByteArrayOutputStream
All Implemented Interfaces:
Closeable, Flushable

public final class UnwrappedByteArrayOutputStream
extends ByteArrayOutputStream

Author:
Mike Brock

Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
UnwrappedByteArrayOutputStream()
           
 
Method Summary
 byte[] toByteArray()
           
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toString, toString, toString, write, write, writeTo
 
Methods inherited from class java.io.OutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnwrappedByteArrayOutputStream

public UnwrappedByteArrayOutputStream()
Method Detail

toByteArray

public byte[] toByteArray()
Overrides:
toByteArray in class ByteArrayOutputStream

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.