VKRep
Class TReportAbstract.BOutStream

java.lang.Object
  |
  +--java.io.OutputStream
        |
        +--java.io.ByteArrayOutputStream
              |
              +--VKRep.TReportAbstract.BOutStream
Enclosing class:
TReportAbstract

protected class TReportAbstract.BOutStream
extends java.io.ByteArrayOutputStream

Title: Class BOutStream byte array output stream

Description: Used for keep intermediate result of horisontal report.

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable

Field Summary
 
Fields inherited from class java.io.ByteArrayOutputStream
buf, count
 
Constructor Summary
TReportAbstract.BOutStream(int size)
          Constructor.
 
Method Summary
 byte[] getBuffer()
          For further use after save an intermediate result report need access to the internal buffer.
 
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

TReportAbstract.BOutStream

public TReportAbstract.BOutStream(int size)
Constructor. Create and initialise object.

Parameters:
size -
Method Detail

getBuffer

public byte[] getBuffer()
For further use after save an intermediate result report need access to the internal buffer.

Returns: