18 #ifndef _DECAF_IO_FILTERINPUTSTREAM_H_ 19 #define _DECAF_IO_FILTERINPUTSTREAM_H_ 72 virtual int available()
const;
82 virtual long long skip(
long long num);
87 virtual void mark(
int readLimit);
97 virtual bool markSupported()
const;
101 virtual int doReadByte();
103 virtual int doReadArray(
unsigned char* buffer,
int size);
105 virtual int doReadArrayBounded(
unsigned char* buffer,
int size,
int offset,
int length);
110 virtual bool isClosed()
const;
#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