18#ifndef _DECAF_IO_DATAINPUTSTREAM_H_
19#define _DECAF_IO_DATAINPUTSTREAM_H_
51 unsigned char buffer[8];
287 virtual void readFully(
unsigned char* buffer,
int size);
320 virtual void readFully(
unsigned char* buffer,
int size,
int offset,
int length);
342 void readAllData(
unsigned char* buffer,
int length);
#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