public class XBHead
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XBHead.XBLogHandler |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MIME_XBUP |
static java.util.logging.Level |
XB_DEBUG_LEVEL |
static byte[] |
XB_HEADER |
| Constructor and Description |
|---|
XBHead() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getXBUPHeadSize()
Returns length of XBUP File head
|
static int |
checkXBUPHead(java.io.InputStream stream)
Validate head of XBUP file to stream.
|
static int |
writeXBUPHead(java.io.OutputStream stream)
Write Head of XBUP File into stream.
|
public static java.lang.String MIME_XBUP
public static byte[] XB_HEADER
public static final java.util.logging.Level XB_DEBUG_LEVEL
public static int writeXBUPHead(java.io.OutputStream stream)
throws java.io.IOException
java.io.IOExceptionpublic static int getXBUPHeadSize()
public static int checkXBUPHead(java.io.InputStream stream)
throws java.io.IOException,
XBProcessingException
java.io.IOException - and ParseExceptionXBProcessingException