18 #ifndef _DECAF_UTIL_ZIP_CHECKEDOUTPUTSTREAM_H_ 19 #define _DECAF_UTIL_ZIP_CHECKEDOUTPUTSTREAM_H_ 74 virtual void doWriteByte(
unsigned char value );
76 virtual void doWriteArrayBounded(
const unsigned char* buffer,
int size,
int offset,
int length );
Checksum * getChecksum() const
Definition: CheckedOutputStream.h:68
An interface used to represent Checksum values in the Zip package.
Definition: Checksum.h:37
This class is the superclass of all classes that filter output streams.
Definition: FilterOutputStream.h:49
#define DECAF_API
Definition: Config.h:29
Base interface for any class that wants to represent an output stream of bytes.
Definition: OutputStream.h:39
An implementation of a FilterOutputStream that will maintain a Checksum of the bytes written...
Definition: CheckedOutputStream.h:36
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25