Package org.graphstream.stream.binary

  • Interface Summary 
    Interface Description
    ByteDecoder
    Decode an event that has been encoded into a binary buffer and dispatch this event to its sources.
    ByteEncoder
    Define an encoder that transform received events into a binary buffer.
    ByteEncoder.Transport
    Define the object that will be called after an event has been transformed into a binary buffer.
    ByteFactory  
  • Class Summary 
    Class Description
    ByteProxy
    This class is a proxy that can exchange event binary-encoded (opposed to text-encoder) with another proxy.
  • Enum Summary 
    Enum Description
    ByteProxy.Mode
    Defines the mode of this proy, server or client.