18 #ifndef _DECAF_IO_PUSHBACKINPUTSTREAM_H_ 19 #define _DECAF_IO_PUSHBACKINPUTSTREAM_H_ 45 unsigned char* buffer;
94 void unread(
unsigned char value);
110 void unread(
const unsigned char* buffer,
int size);
130 void unread(
const unsigned char* buffer,
int size,
int offset,
int length);
147 virtual long long skip(
long long num);
154 virtual void mark(
int readLimit);
161 virtual void reset();
176 virtual int doReadArrayBounded(
unsigned char* buffer,
int size,
int offset,
int length);
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25