ByteArray Class
Namespace: Stimulsoft.Report.Export
Constructors
| Constructor | Description |
|---|---|
| constructor() |
constructor()
Methods
| Method | Returns | Description |
|---|---|---|
| getData | void | |
| writeByte | void | |
| writeBytes | void | |
| writeUTFBytes | void |
Method Details
getData
getData(): void
writeByte
writeByte(val: any): void
Parameters
- val (any)
writeBytes
writeBytes(array: any, offset: any, length: any): void
Parameters
- array (any)
- offset (any)
- length (any)
writeUTFBytes
writeUTFBytes(string: any): void
Parameters
- string (any)
Fields
| Field | Type | Description |
|---|---|---|
| bin | any | |
| chr | any |