Jive reference manual
List of all members | Public Types | Static Public Member Functions | Static Public Attributes
jem::io::ObjectStreamParams Class Reference

#include <jem/io/ObjectStreamParams.h>

Inheritance diagram for jem::io::ObjectStreamParams:
Inheritance graph

Public Types

enum  {
  HEADER_TAG = 1,
  DATA_TAG,
  NIL_TAG,
  BOOL_TAG,
  CHAR_TAG,
  STRING_TAG,
  INT_TAG,
  FLOAT_TAG,
  REF_TAG,
  XREF_TAG,
  CLASS_TAG,
  OBJECT_TAG,
  RESET_TAG
}
 

Static Public Member Functions

static const char * getChunkName (byte tag)
 

Static Public Attributes

static const int MAGIC
 
static const int VERSION
 
static const int MAX_CHUNK_SIZE
 

Member Enumeration Documentation

anonymous enum
Enumerator
HEADER_TAG 
DATA_TAG 
NIL_TAG 
BOOL_TAG 
CHAR_TAG 
STRING_TAG 
INT_TAG 
FLOAT_TAG 
REF_TAG 
XREF_TAG 
CLASS_TAG 
OBJECT_TAG 
RESET_TAG 

Member Function Documentation

static const char* jem::io::ObjectStreamParams::getChunkName ( byte  tag)
static

Member Data Documentation

const int jem::io::ObjectStreamParams::MAGIC
static
const int jem::io::ObjectStreamParams::VERSION
static
const int jem::io::ObjectStreamParams::MAX_CHUNK_SIZE
static