buffer | Reader | [private] |
decode | Reader | [private] |
get(IReadable x) | Reader | [inline, private] |
get(inout bool x) | Reader | [inline, private] |
get(inout ubyte x) | Reader | [inline, private] |
get(inout byte x) | Reader | [inline, private] |
get(inout ushort x) | Reader | [inline, private] |
get(inout short x) | Reader | [inline, private] |
get(inout uint x) | Reader | [inline, private] |
get(inout int x) | Reader | [inline, private] |
get(inout ulong x) | Reader | [inline, private] |
get(inout long x) | Reader | [inline, private] |
get(inout float x) | Reader | [inline, private] |
get(inout double x) | Reader | [inline, private] |
get(inout real x) | Reader | [inline, private] |
get(inout char x) | Reader | [inline, private] |
get(inout wchar x) | Reader | [inline, private] |
get(inout dchar x) | Reader | [inline, private] |
get(inout ubyte[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout byte[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout ushort[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout short[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout uint[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout int[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout ulong[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout long[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout float[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout double[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout real[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout char[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout wchar[] x, uint elements=uint.max) | Reader | [inline, private] |
get(inout dchar[] x, uint elements=uint.max) | Reader | [inline, private] |
getAllocator() | Reader | [inline, private] |
getBuffer() | Reader | [inline, private] |
getPostData(byte[] dst) | HttpReader | [inline] |
read(void *dst, uint bytes, uint type) | Reader | [inline, private] |
setAllocator(IArrayAllocator memory) | Reader | [inline, private] |
setDecoder(IDecoder d) | Reader | [inline, private] |
this(IBuffer buffer) | HttpReader | [inline] |
Reader::this(IConduit conduit) | Reader | [inline, private] |
wait() | Reader | [inline, private] |