haxe.io
| .. | |
|---|---|
| ArrayBufferView | |
| ArrayBufferViewData | |
| Bytes | |
| BytesBuffer | |
| BytesData | |
| BytesInput | |
| BytesOutput | |
| Encoding | String binary encoding supported by Haxe I/O | 
| Eof | This exception is raised when reading while data is no longer available in the  | 
| Error | The possible IO errors that can occur | 
| FPHelper | Helper that converts between floating point and binary representation. Always works in low-endian encoding. | 
| Float32Array | |
| Float32ArrayData | |
| Input | An Input is an abstract reader. See other classes in the  | 
| Output | An Output is an abstract write. A specific output implementation will only
have to override the  | 
| StringInput |