OsmAnd
|
#include <zero_copy_stream_impl_lite.h>
Inherited by google::protobuf::io::FileInputStream::CopyingFileInputStream, and google::protobuf::io::IstreamInputStream::CopyingIstreamInputStream.
Public Member Functions | |
virtual | ~CopyingInputStream () |
virtual int | Read (void *buffer, int size)=0 |
virtual int | Skip (int count) |
virtual int google::protobuf::io::CopyingInputStream::Read | ( | void * | buffer, |
int | size | ||
) | [pure virtual] |
int google::protobuf::io::CopyingInputStream::Skip | ( | int | count | ) | [virtual] |