18 #ifndef _DECAF_IO_BUFFEREDINPUTSTREAM_H_ 19 #define _DECAF_IO_BUFFEREDINPUTSTREAM_H_ 46 unsigned char* proxyBuffer;
84 virtual int available()
const;
94 virtual long long skip(
long long num);
99 virtual void mark(
int readLimit);
104 virtual void reset();
115 virtual int doReadByte();
117 virtual int doReadArrayBounded(
unsigned char* buffer,
int size,
int offset,
int length);
121 int bufferData(
InputStream* stream,
unsigned char*& buffer);
#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