MapGuide API Reference
|
MgByteSource::MgByteSource | ( | BYTE_ARRAY_IN | buffer, |
INT32 | length | ||
) |
Construct a MgByteSource object from an array of bytes.
MgByteSource(Byte[] buffer, int length); |
MgByteSource(byte[] buffer, int length); |
MgByteSource(string buffer, int length); |
buffer | (byte[]/Byte[]/string) Buffer containing the data |
length | (int) Length of the buffer |