Searched refs:StreamWrapper (Results 1 – 4 of 4) sorted by relevance
19 const int32_t StreamWrapper::END_OF_STREAM = -1;20 const int32_t StreamWrapper::DEFAULT_BUFFER_SIZE = 1 << 16; // 64Kb22 StreamWrapper::StreamWrapper() : mEnv(NULL), in StreamWrapper() function in StreamWrapper28 StreamWrapper::~StreamWrapper() { in ~StreamWrapper()32 void StreamWrapper::updateEnv(JNIEnv *env) { in updateEnv()40 bool StreamWrapper::init(JNIEnv *env, jobject stream) { in init()70 void StreamWrapper::cleanup() { in cleanup()91 int32_t StreamWrapper::getBufferSize() { in getBufferSize()95 jbyte* StreamWrapper::getBufferPtr() { in getBufferPtr()
24 class StreamWrapper {26 StreamWrapper();27 virtual ~StreamWrapper();
25 class OutputStreamWrapper : public StreamWrapper {
25 class InputStreamWrapper : public StreamWrapper {