Delegate TargetCustom.ReadDelegate
A read delegate.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public delegate int TargetCustom.ReadDelegate(byte[] buffer, int length)
Parameters
Type | Name | Description |
---|---|---|
byte[] | buffer | An array of bytes. |
int | length | The maximum number of bytes to be read. |
Returns
Type | Description |
---|---|
int | The total number of bytes read into the buffer. |
Remarks
libtiff needs to be able to read on targets, unfortunately.