18#ifndef _DECAF_IO_PUSHBACKINPUTSTREAM_H_
19#define _DECAF_IO_PUSHBACKINPUTSTREAM_H_
45 unsigned char* buffer;
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);
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: AprPool.h:25