org.mortbay.util

Class ByteArrayOutputStream2


public class ByteArrayOutputStream2
extends ByteArrayOutputStream

ByteArrayOutputStream with public internals
Version:
$Revision: 1.2 $
Author:
Greg Wilkins (gregw)

Constructor Summary

ByteArrayOutputStream2()
ByteArrayOutputStream2(int size)

Method Summary

byte[]
getBuf()
int
getCount()

Constructor Details

ByteArrayOutputStream2

public ByteArrayOutputStream2()

ByteArrayOutputStream2

public ByteArrayOutputStream2(int size)

Method Details

getBuf

public byte[] getBuf()

getCount

public int getCount()

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.