Uses of Interface
sigmlinlib.BytesBlockStreamHandler

Packages that use BytesBlockStreamHandler
sigmlinlib This package defines the classes that define the main SiGML Input Library API, including the provision of a networked SiGML signing data input service using TCP/IP and UDP server sockets, suitable for use by an avatar based SiGML animation module. 
 

Uses of BytesBlockStreamHandler in sigmlinlib
 

Classes in sigmlinlib that implement BytesBlockStreamHandler
 class SiGMLInLib
          SiGML input and translation library: an instance of this (singleton) class is wrapped by the SiGMLSigning package's JSiGMLInput ActiveX class.
 

Constructors in sigmlinlib with parameters of type BytesBlockStreamHandler
SiGMLInputService(boolean rprt, int inport, int stopport, BytesBlockStreamHandler bbshdlr)
          Starts a new SiGML input service, with the given reporting flag, using the given input and termination TCP/IP port numbers, and communicating input and other service life-cycle events to the given handler.