PyILockBytes Object

Description of the interface

Methods

ReadAt
Reads a specified number of bytes starting at a specified offset from the beginning of the byte array object. 

WriteAt
Writes the specified number of bytes starting at a specified offset from the beginning of the byte array. 

Flush
Ensures that any internal buffers maintained by the byte array object are written out to the backing storage. 

SetSize
Changes the size of the byte array. 

LockRegion
Restricts access to a specified range of bytes in the byte array. 

UnlockRegion
Removes the access restriction on a range of bytes previously restricted with PyILockBytes::LockRegion

Stat
Retrieves a STATSTG structure for this byte array object. 

Based On

PyIUnknown