misc/libphysfs/lzma/CPP/7zip/Common/StreamUtils.h
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 01:09:14 +0200
changeset 13752 52959f686082
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Don't start retreat time if hog has lost control in the meantime

// StreamUtils.h

#ifndef __STREAMUTILS_H
#define __STREAMUTILS_H

#include "../IStream.h"

HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size, UInt32 *processedSize);
HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt32 size, UInt32 *processedSize);

#endif