B C F G H I L M N O R S T W X 

B

Base64Data - Class in org.jvnet.staxex
Binary data represented as base64-encoded string in XML.
Base64Data() - Constructor for class org.jvnet.staxex.Base64Data
Default constructor
Base64Data(Base64Data) - Constructor for class org.jvnet.staxex.Base64Data
Clone constructor
Base64EncoderStream - Class in org.jvnet.staxex
This class implements a BASE64 Encoder.
Base64EncoderStream(OutputStream) - Constructor for class org.jvnet.staxex.Base64EncoderStream
 
Base64EncoderStream(XMLStreamWriter, OutputStream) - Constructor for class org.jvnet.staxex.Base64EncoderStream
Create a BASE64 encoder that encodes the specified input stream

C

charAt(int) - Method in class org.jvnet.staxex.Base64Data
Encode this binary data in the base64 encoding and returns the character at the specified position.
clone() - Method in class org.jvnet.staxex.Base64Data
 
close() - Method in class org.jvnet.staxex.Base64EncoderStream
Forces any buffered output bytes to be encoded out to the stream and closes this output stream
close() - Method in class org.jvnet.staxex.StreamingDataHandler
Releases any resources associated with this DataHandler.

F

flush() - Method in class org.jvnet.staxex.Base64EncoderStream
Flushes this output stream and forces any buffered output bytes to be encoded out to the stream.

G

get() - Method in class org.jvnet.staxex.Base64Data
Gets the raw data.
getDataHandler() - Method in class org.jvnet.staxex.Base64Data
Gets the raw data.
getDataLen() - Method in class org.jvnet.staxex.Base64Data
Gets the length of the binary data counted in bytes.
getElementTextTrim() - Method in interface org.jvnet.staxex.XMLStreamReaderEx
Works like XMLStreamReader.getElementText() but trims the leading and trailing whitespace.
getExact() - Method in class org.jvnet.staxex.Base64Data
Gets the byte[] of the exact length.
getInputStream() - Method in class org.jvnet.staxex.Base64Data
Gets the data as an InputStream.
getMimeType() - Method in class org.jvnet.staxex.Base64Data
 
getNamespaceContext() - Method in interface org.jvnet.staxex.XMLStreamReaderEx
getNamespaceContext() - Method in interface org.jvnet.staxex.XMLStreamWriterEx
getNamespaceURI() - Method in interface org.jvnet.staxex.NamespaceContextEx.Binding
Gets the namespace URI.
getPCDATA() - Method in interface org.jvnet.staxex.XMLStreamReaderEx
Works like XMLStreamReader.getText() but hides the actual data representation.
getPrefix() - Method in interface org.jvnet.staxex.NamespaceContextEx.Binding
Gets the prefix.

H

hasData() - Method in class org.jvnet.staxex.Base64Data
Returns false if this object only has DataHandler and therefore Base64Data.get() operation is likely going to be expensive.

I

iterator() - Method in interface org.jvnet.staxex.NamespaceContextEx
Iterates all the in-scope namespace bindings.

L

length() - Method in class org.jvnet.staxex.Base64Data
Gets the number of characters needed to represent this binary data in the base64 encoding.

M

moveTo(File) - Method in class org.jvnet.staxex.StreamingDataHandler
Obtains the BLOB into a specified file.

N

NamespaceContextEx - Interface in org.jvnet.staxex
NamespaceContextEx.Binding - Interface in org.jvnet.staxex
Prefix to namespace URI binding.

O

org.jvnet.staxex - package org.jvnet.staxex
 

R

readOnce() - Method in class org.jvnet.staxex.StreamingDataHandler
Works like DataHandler.getInputStream() except that this method can be invoked only once.

S

set(byte[], int, String, boolean) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by a portion of the byte[].
set(byte[], int, String) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by a portion of the byte[].
set(byte[], String) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by the byte[] of the exact length.
set(DataHandler) - Method in class org.jvnet.staxex.Base64Data
Fills in the data object by a DataHandler.
StreamingDataHandler - Class in org.jvnet.staxex
DataHandler extended to offer better buffer management in a streaming environment.
StreamingDataHandler(Object, String) - Constructor for class org.jvnet.staxex.StreamingDataHandler
 
StreamingDataHandler(URL) - Constructor for class org.jvnet.staxex.StreamingDataHandler
 
StreamingDataHandler(DataSource) - Constructor for class org.jvnet.staxex.StreamingDataHandler
 
subSequence(int, int) - Method in class org.jvnet.staxex.Base64Data
Internally this is only used to split a text to a list, which doesn't happen that much for base64.

T

toString() - Method in class org.jvnet.staxex.Base64Data
Returns the base64 encoded string of this data.

W

write(byte[], int, int) - Method in class org.jvnet.staxex.Base64EncoderStream
Encodes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[]) - Method in class org.jvnet.staxex.Base64EncoderStream
Encodes b.length bytes to this output stream.
write(int) - Method in class org.jvnet.staxex.Base64EncoderStream
Encodes the specified byte to this output stream.
writeBinary(byte[], int, int, String) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Write the binary data.
writeBinary(DataHandler) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Writes the binary data.
writeBinary(String) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Writes the binary data.
writePCDATA(CharSequence) - Method in interface org.jvnet.staxex.XMLStreamWriterEx
Writes like XMLStreamWriter.writeCharacters(String) but hides actual data format.
writeTo(char[], int) - Method in class org.jvnet.staxex.Base64Data
 
writeTo(XMLStreamWriter) - Method in class org.jvnet.staxex.Base64Data
 

X

XMLStreamReaderEx - Interface in org.jvnet.staxex
XMLStreamReader extended for reading binary data.
XMLStreamWriterEx - Interface in org.jvnet.staxex
XMLStreamWriter extended to support XOP.
B C F G H I L M N O R S T W X 

Copyright © 2006-2015. All Rights Reserved.