Jive reference manual
|
This is the complete list of members for jem::io::DataOutput, including all inherited members.
encode(bool b)=0 | jem::io::DataOutput | pure virtual |
encode(byte b)=0 | jem::io::DataOutput | pure virtual |
encode(char c)=0 | jem::io::DataOutput | pure virtual |
encode(short s)=0 | jem::io::DataOutput | pure virtual |
encode(int i)=0 | jem::io::DataOutput | pure virtual |
encode(lint l)=0 | jem::io::DataOutput | pure virtual |
encode(float f)=0 | jem::io::DataOutput | pure virtual |
encode(double d)=0 | jem::io::DataOutput | pure virtual |
encode(const bool *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
encode(const byte *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
encode(const char *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
encode(const short *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
encode(const int *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
encode(const lint *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
encode(const float *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
encode(const double *buf, idx_t len)=0 | jem::io::DataOutput | pure virtual |
~DataOutput() | jem::io::DataOutput | protectedvirtual |
~Interface() | jem::Interface | protectedvirtual |