BytesIO

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(BytesIO data)
Undocumented in source.
this
this(string data)
Undocumented in source.
this
this(ubyte[] data)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
read
char read()
Undocumented in source. Be warned that the author may not have intended to support it.
read
char[] read(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
readBytes
char[] readBytes(T tags)
Undocumented in source. Be warned that the author may not have intended to support it.
readFull
char[] readFull()
Undocumented in source. Be warned that the author may not have intended to support it.
readInt
T readInt(char tag)
Undocumented in source. Be warned that the author may not have intended to support it.
readInt
T readInt(char tag)
Undocumented in source. Be warned that the author may not have intended to support it.
readString
T readString(int wlen)
Undocumented in source. Be warned that the author may not have intended to support it.
readUTF8Char
string readUTF8Char()
Undocumented in source. Be warned that the author may not have intended to support it.
readUntil
char[] readUntil(T tags)
Undocumented in source. Be warned that the author may not have intended to support it.
skip
void skip(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
skipUntil
char skipUntil(T tags)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
write
BytesIO write(char[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
write
BytesIO write(byte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
write
BytesIO write(BytesIO data)
Undocumented in source. Be warned that the author may not have intended to support it.
write
BytesIO write(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
write
BytesIO write(T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

buffer
immutable(ubyte)[] buffer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
eof
bool eof [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta