18#ifndef _DECAF_UTIL_ZIP_CHECKEDOUTPUTSTREAM_H_
19#define _DECAF_UTIL_ZIP_CHECKEDOUTPUTSTREAM_H_
This class is the superclass of all classes that filter output streams.
Definition FilterOutputStream.h:49
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
Checksum * getChecksum() const
Definition CheckedOutputStream.h:68
virtual void doWriteArrayBounded(const unsigned char *buffer, int size, int offset, int length)
virtual void doWriteByte(unsigned char value)
virtual ~CheckedOutputStream()
CheckedOutputStream(decaf::io::OutputStream *outputStream, Checksum *sum, bool own=false)
Create a new instance of a CheckedOutputStream.
An interface used to represent Checksum values in the Zip package.
Definition Checksum.h:37
#define DECAF_API
Definition Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25