InputBuffer.Read Method | |
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax METHOD Read(
offset AS INT64,
buffer AS BYTE[],
size AS LONG
) AS LOGIC
public bool Read(
long offset,
byte[] buffer,
int size
)
Request Example
View SourceParameters
- offset
- Type: Int64
- buffer
- Type: Byte
- size
- Type: Long
Return Value
Type:
LogicSee Also