
Public Member Functions | |
| ByteArrayInputStream (boost::uint8_t const *buffer, int buffer_size) | |
| void | read (boost::uint8_t *out_buffer, size_t size) |
Public Attributes | |
| boost::uint8_t const * | buffer |
| unsigned int | buffer_size |
| unsigned int | in_index |
Definition at line 861 of file value_ops.cc.
| ByteArrayInputStream::ByteArrayInputStream | ( | boost::uint8_t const * | buffer, |
| int | buffer_size | ||
| ) | [inline] |
Definition at line 867 of file value_ops.cc.
| void ByteArrayInputStream::read | ( | boost::uint8_t * | out_buffer, |
| size_t | size | ||
| ) | [inline] |
Definition at line 870 of file value_ops.cc.
| boost::uint8_t const* ByteArrayInputStream::buffer |
Definition at line 863 of file value_ops.cc.
| unsigned int ByteArrayInputStream::buffer_size |
Definition at line 864 of file value_ops.cc.
| unsigned int ByteArrayInputStream::in_index |
Definition at line 865 of file value_ops.cc.