Public Member Functions | Private Attributes
org.apache.xmlrpc.parser.ByteArrayParser Class Reference
Inheritance diagram for org.apache.xmlrpc.parser.ByteArrayParser:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void characters (char[] pChars, int pStart, int pLength) throws SAXException
void endElement (String pURI, String pLocalName, String pQName) throws SAXException
void startDocument () throws SAXException
void startElement (String pURI, String pLocalName, String pQName, Attributes pAttrs) throws SAXException

Private Attributes

ByteArrayOutputStream baos
Base64.Decoder decoder
int level

Detailed Description

A parser for base64 elements.

Definition at line 34 of file ByteArrayParser.java.


Member Function Documentation

void org.apache.xmlrpc.parser.ByteArrayParser.characters ( char[]  pChars,
int  pStart,
int  pLength 
) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.TypeParserImpl.

Definition at line 43 of file ByteArrayParser.java.

void org.apache.xmlrpc.parser.ByteArrayParser.endElement ( String  pURI,
String  pLocalName,
String  pQName 
) throws SAXException [inline]

Definition at line 58 of file ByteArrayParser.java.

void org.apache.xmlrpc.parser.ByteArrayParser.startDocument ( ) throws SAXException [inline]

Reimplemented from org.apache.xmlrpc.parser.TypeParserImpl.

Definition at line 39 of file ByteArrayParser.java.

void org.apache.xmlrpc.parser.ByteArrayParser.startElement ( String  pURI,
String  pLocalName,
String  pQName,
Attributes  pAttrs 
) throws SAXException [inline]

Definition at line 73 of file ByteArrayParser.java.


Member Data Documentation

ByteArrayOutputStream org.apache.xmlrpc.parser.ByteArrayParser.baos [private]

Definition at line 36 of file ByteArrayParser.java.

Definition at line 37 of file ByteArrayParser.java.

Definition at line 35 of file ByteArrayParser.java.


The documentation for this class was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50