Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

sosc::OutputStreamCounter Class Reference

List of all members.

Public Methods

void write (int b)
void write (byte[] buffer)
void write (byte[] buffer, int offset, int length)
long getSize ()

Public Attributes

long count

Detailed Description

Helper class which counts bytes written to it.

Definition at line 155 of file ZipTool.java.


Member Function Documentation

long sosc::OutputStreamCounter::getSize   [inline]
 

Definition at line 174 of file ZipTool.java.

References sosc::OutputStreamCounter::count.

Referenced by sosc::ZipTool::addFile().

void sosc::OutputStreamCounter::write byte    buffer[],
int    offset,
int    length
[inline]
 

Definition at line 169 of file ZipTool.java.

References sosc::OutputStreamCounter::count.

void sosc::OutputStreamCounter::write byte    buffer[] [inline]
 

Definition at line 164 of file ZipTool.java.

References sosc::OutputStreamCounter::count.

void sosc::OutputStreamCounter::write int    b [inline]
 

Definition at line 159 of file ZipTool.java.

References sosc::OutputStreamCounter::count.


Member Data Documentation

long sosc::OutputStreamCounter::count
 

Definition at line 157 of file ZipTool.java.

Referenced by sosc::OutputStreamCounter::getSize(), and sosc::OutputStreamCounter::write().


The documentation for this class was generated from the following file:
Generated on Mon Jul 14 17:19:22 2003 for SOSC by doxygen1.2.15