BinaryDataReader Class
Contents
[
Hide
]Summary:
Module: aspose.gis.common.io
Full Name: aspose.gis.common.io.BinaryDataReader
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| base_stream | _io.BufferedRandom | r | |
| is_little_endian | bool | r |
Methods
Method: big_endian(input, leave_open) [static]
big_endian(input, leave_open)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| input | _io.BufferedRandom | |
| leave_open | bool |
Returns
| Type | Description |
|---|---|
| BinaryDataReader |
Method: create(byte_order, input, leave_open) [static]
create(byte_order, input, leave_open)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| byte_order | ByteOrder | |
| input | _io.BufferedRandom | |
| leave_open | bool |
Returns
| Type | Description |
|---|---|
| BinaryDataReader |
Method: little_endian(input, leave_open) [static]
little_endian(input, leave_open)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| input | _io.BufferedRandom | |
| leave_open | bool |
Returns
| Type | Description |
|---|---|
| BinaryDataReader |
Method: read_byte()
read_byte()
Returns
| Type | Description |
|---|---|
| byte |
Method: read_double()
read_double()
Returns
| Type | Description |
|---|---|
| double |
Method: read_int16()
read_int16()
Returns
| Type | Description |
|---|---|
| short |
Method: read_int32()
read_int32()
Returns
| Type | Description |
|---|---|
| int |
Method: read_int64()
read_int64()
Returns
| Type | Description |
|---|---|
| long |
Method: read_s_byte()
read_s_byte()
Returns
| Type | Description |
|---|---|
| sbyte |
Method: read_single()
read_single()
Returns
| Type | Description |
|---|---|
| float |
Method: read_u_int16()
read_u_int16()
Returns
| Type | Description |
|---|---|
| ushort |
Method: read_u_int32()
read_u_int32()
Returns
| Type | Description |
|---|---|
| uint |
Method: read_u_int64()
read_u_int64()
Returns
| Type | Description |
|---|---|
| ulong |