get(inout bool x) | IReader | |
get(inout byte x) | IReader | |
get(inout ubyte x) | IReader | |
get(inout short x) | IReader | |
get(inout ushort x) | IReader | |
get(inout int x) | IReader | |
get(inout uint x) | IReader | |
get(inout long x) | IReader | |
get(inout ulong x) | IReader | |
get(inout float x) | IReader | |
get(inout double x) | IReader | |
get(inout real x) | IReader | |
get(inout char x) | IReader | |
get(inout wchar x) | IReader | |
get(inout dchar x) | IReader | |
get(inout byte[] x, uint elements=uint.max) | IReader | |
get(inout short[] x, uint elements=uint.max) | IReader | |
get(inout int[] x, uint elements=uint.max) | IReader | |
get(inout long[] x, uint elements=uint.max) | IReader | |
get(inout ubyte[] x, uint elements=uint.max) | IReader | |
get(inout ushort[] x, uint elements=uint.max) | IReader | |
get(inout uint[] x, uint elements=uint.max) | IReader | |
get(inout ulong[] x, uint elements=uint.max) | IReader | |
get(inout float[] x, uint elements=uint.max) | IReader | |
get(inout double[] x, uint elements=uint.max) | IReader | |
get(inout real[] x, uint elements=uint.max) | IReader | |
get(inout char[] x, uint elements=uint.max) | IReader | |
get(inout wchar[] x, uint elements=uint.max) | IReader | |
get(inout dchar[] x, uint elements=uint.max) | IReader | |
get(IReadable x) | IReader | |
getAllocator() | IReader | |
getBuffer() | IReader | |
opCall typedef | IReader | |
opShr typedef | IReader | |
setAllocator(IArrayAllocator memory) | IReader | |
setDecoder(IDecoder d) | IReader | |
wait() | IReader | |