xmlBlaster 2.2.0 API

org.xmlBlaster.util.xbformat
Class XbfParser.Buf

java.lang.Object
  extended by org.xmlBlaster.util.xbformat.XbfParser.Buf
Enclosing class:
XbfParser

private class XbfParser.Buf
extends java.lang.Object


Field Summary
(package private)  byte[] buf
           
(package private)  int offset
           
 
Constructor Summary
private XbfParser.Buf()
           
 
Method Summary
 java.lang.String toLiteral()
          Get the current section of buf as a string -20 to + 100 bytes
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

buf

byte[] buf

offset

int offset
Constructor Detail

XbfParser.Buf

private XbfParser.Buf()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toLiteral

public java.lang.String toLiteral()
Get the current section of buf as a string -20 to + 100 bytes

Returns:
The stringified message, null bytes are replaced by '*'

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.