BinaryImageParserBaseRead(Byte, Int32, Int32) Method
The parser is designed as a write only stream, so this method is not implemented.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.167 -- Release Build+1e132a4d484f1823d39b71639f55ad9da4974e99
function Read(buffer, offset, count);
- buffer Byte
- Array of Bytes.
- offset Int32
- An Int32 value for the count.
- count Int32
- An Int32 value for the offset.
Int32An
Int32 as the number of bytes read. Well. It would, if implemented.