Apache log4cxx Version 0.10.0
ByteArrayInputStream Class Reference

InputStream implemented on top of a byte array. More...

#include <bytearrayinputstream.h>

Inherits InputStream.

Public Member Functions

 ByteArrayInputStream (const ByteList &bytes)
 Creates a ByteArrayInputStream.
virtual ~ByteArrayInputStream ()
virtual void close ()
 Closes this file input stream and releases any system resources associated with the stream.
virtual int read (ByteBuffer &buf)
 Reads a sequence of bytes into the given buffer.
Public Member Functions inherited from ObjectImpl
 ObjectImpl ()
virtual ~ObjectImpl ()
void addRef () const
void releaseRef () const
Public Member Functions inherited from Object
virtual const helpers::ClassgetClass () const
virtual ~Object ()
virtual bool instanceof (const Class &clazz) const =0
virtual const void * cast (const Class &clazz) const =0

Additional Inherited Members

Static Public Member Functions inherited from Object
static const helpers::ClassgetStaticClass ()
static const log4cxx::helpers::ClassRegistrationregisterClass ()
Protected Member Functions inherited from InputStream
 InputStream ()
virtual ~InputStream ()
Protected Attributes inherited from ObjectImpl
unsigned int volatile ref

Detailed Description

InputStream implemented on top of a byte array.

Constructor & Destructor Documentation

◆ ByteArrayInputStream()

ByteArrayInputStream ( const ByteList & bytes)

Creates a ByteArrayInputStream.

Parameters
bytesarray of bytes to copy into stream.

◆ ~ByteArrayInputStream()

virtual ~ByteArrayInputStream ( )
virtual

Member Function Documentation

◆ close()

virtual void close ( )
virtual

Closes this file input stream and releases any system resources associated with the stream.

Implements InputStream.

◆ read()

virtual int read ( ByteBuffer & buf)
virtual

Reads a sequence of bytes into the given buffer.

Parameters
bufThe buffer into which bytes are to be transferred.
Returns
the total number of bytes read into the buffer, or -1 if there is no more data because the end of the stream has been reached.

Implements InputStream.


The documentation for this class was generated from the following file: