18#ifndef _DECAF_UTIL_ZIP_CHECKEDOUTPUTSTREAM_H_
19#define _DECAF_UTIL_ZIP_CHECKEDOUTPUTSTREAM_H_
44 CheckedOutputStream(
const CheckedOutputStream&);
45 CheckedOutputStream& operator=(
const CheckedOutputStream&);
This class is the superclass of all classes that filter output streams.
Definition FilterOutputStream.h:49
bool own
Definition FilterOutputStream.h:56
OutputStream * outputStream
Definition FilterOutputStream.h:53
Base interface for any class that wants to represent an output stream of bytes.
Definition OutputStream.h:39
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
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25