18#ifndef _DECAF_LANG_READABLE_H_
19#define _DECAF_LANG_READABLE_H_
A Readable is a source of characters.
Definition Readable.h:39
virtual int read(decaf::nio::CharBuffer *charBuffer)=0
Attempts to read characters into the specified character buffer.
This class defines four categories of operations upon character buffers:
Definition CharBuffer.h:68
#define DECAF_API
Definition Config.h:29
Definition ThreadingTypes.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25