Package org.red5.io.object


package org.red5.io.object
  • Class
    Description
    BaseInput represents a way to map input to a HashMap.
    BaseOutput represents a way to map input to a HashMap.
     
    The core datatypes supported by red5, I have left out undefined (this is up for debate).
    The Deserializer class reads data input and handles the data according to the core data types
    Serial flag options.
    Interface for objects that know how to serialize their contents.
    Interface for Input which defines the contract methods which are to be implemented.
    Output interface which defines contract methods to be implemented
    Read only RecordSet object that might be received through remoting calls.
    Result of paged data request, one page of data.
    The Serializer class writes data output and handles the data according to the core data types
    Represents all the actions which may be permitted on a stream.
    The UnsignedByte class wraps a value of and unsigned 8 bits number.
    The UnsignedInt class wraps a value of an unsigned 32 bits number.
    The UnsignedLong class wraps a value of an unsigned 64 bits number.
     
    The UnsignedByte class wraps a value of an unsigned 16 bits number.