com.lowagie.text.pdf.codec
Class PngImage.NewByteArrayOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.ByteArrayOutputStream
          extended by com.lowagie.text.pdf.codec.PngImage.NewByteArrayOutputStream
All Implemented Interfaces:
Closeable, Flushable
Enclosing class:
PngImage

static class PngImage.NewByteArrayOutputStream
extends ByteArrayOutputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
PngImage.NewByteArrayOutputStream()
           
 
Method Summary
 byte[] getBuf()
           
 
Methods inherited from class java.io.ByteArrayOutputStream
close, reset, size, toByteArray, 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

PngImage.NewByteArrayOutputStream

PngImage.NewByteArrayOutputStream()
Method Detail

getBuf

public byte[] getBuf()

Hosted by Hostbasket