1#ifndef __DCL_BYTES_INPUT_STREAM_H__
2#define __DCL_BYTES_INPUT_STREAM_H__ 20080606
4#ifndef __DCL_INPUT_STREAM_H__
7#ifndef __DCL_STRING_H__
33 BytesInputStream(
const ByteString& _str);
38 virtual size_t available()
const
50 virtual size_t read(
void* _buf,
size_t _n)
#define DECLARE_CLASSINFO(class_name)
virtual String toString() const