|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
long |
XbfParser.toLong0(XbfParser.Buf buf,
long defaultVal)
Converts bytes from byte[] until \0 to a long |
private int |
XbfParser.toInt0(XbfParser.Buf buf,
int defaultVal)
Converts bytes from byte[] until \0 to an int |
private java.lang.String |
XbfParser.toString(XbfParser.Buf buf)
Extracts string until next null byte '\0' |
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||