xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.xbformat.XbfParser.Buf

Packages that use XbfParser.Buf
org.xmlBlaster.util.xbformat   
 

Uses of XbfParser.Buf in org.xmlBlaster.util.xbformat
 

Fields in org.xmlBlaster.util.xbformat declared as XbfParser.Buf
private  XbfParser.Buf XbfParser.buf
           
 

Methods in org.xmlBlaster.util.xbformat that return XbfParser.Buf
private  XbfParser.Buf XbfParser.readOneMsg(MsgInfo msgInfo, java.io.InputStream in)
          Blocks on socket until a complete message is read.
 

Methods in org.xmlBlaster.util.xbformat with parameters of type XbfParser.Buf
 byte[] XbfParser.toByte(XbfParser.Buf buf)
          Reads the binary content of a message.
private  int XbfParser.toInt0(XbfParser.Buf buf, int defaultVal)
          Converts bytes from byte[] until \0 to an int
 long XbfParser.toLong0(XbfParser.Buf buf, long defaultVal)
          Converts bytes from byte[] until \0 to a long
private  java.lang.String XbfParser.toString(XbfParser.Buf buf)
          Extracts string until next null byte '\0'
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.