A B C D E F G M N O P R S U V W 

A

add(ResourceCollection) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
add(FileNameMapper) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 

B

Base64 - Class in net.nczonline.web.datauri
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in net.nczonline.web.datauri
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class net.nczonline.web.datauri.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class net.nczonline.web.datauri.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in net.nczonline.web.datauri
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class net.nczonline.web.datauri.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class net.nczonline.web.datauri.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.

C

close() - Method in class net.nczonline.web.datauri.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
createMapper() - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
CSSEmbed - Class in net.nczonline.web.cssembed
 
CSSEmbed() - Constructor for class net.nczonline.web.cssembed.CSSEmbed
 
CSSEmbedTask - Class in net.nczonline.web.cssembed
 
CSSEmbedTask() - Constructor for class net.nczonline.web.cssembed.CSSEmbedTask
 
CSSURLEmbedder - Class in net.nczonline.web.cssembed
Generator for Data URIs.
CSSURLEmbedder(Reader) - Constructor for class net.nczonline.web.cssembed.CSSURLEmbedder
 
CSSURLEmbedder(Reader, int) - Constructor for class net.nczonline.web.cssembed.CSSURLEmbedder
 
CSSURLEmbedder(Reader, boolean) - Constructor for class net.nczonline.web.cssembed.CSSURLEmbedder
 
CSSURLEmbedder(Reader, int, boolean) - Constructor for class net.nczonline.web.cssembed.CSSURLEmbedder
 
CSSURLEmbedder(Reader, int, boolean, int) - Constructor for class net.nczonline.web.cssembed.CSSURLEmbedder
 
CSSURLEmbedder(Reader, int, boolean, int, int) - Constructor for class net.nczonline.web.cssembed.CSSURLEmbedder
 

D

DataURI - Class in net.nczonline.web.datauri
 
DataURI() - Constructor for class net.nczonline.web.datauri.DataURI
 
DATAURI_OPTION - Static variable in class net.nczonline.web.cssembed.CSSURLEmbedder
 
DataURIGenerator - Class in net.nczonline.web.datauri
Generator for Data URIs.
DataURIGenerator() - Constructor for class net.nczonline.web.datauri.DataURIGenerator
 
DECODE - Static variable in class net.nczonline.web.datauri.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class net.nczonline.web.datauri.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class net.nczonline.web.datauri.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class net.nczonline.web.datauri.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class net.nczonline.web.datauri.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
DEFAULT_MAX_URI_LENGTH - Static variable in class net.nczonline.web.cssembed.CSSURLEmbedder
 
DO_BREAK_LINES - Static variable in class net.nczonline.web.datauri.Base64
Do break lines when encoding.
DONT_GUNZIP - Static variable in class net.nczonline.web.datauri.Base64
Specify that gzipped data should not be automatically gunzipped.

E

embedImages(Writer) - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
Embeds data URI images into a CSS file.
embedImages(Writer, String) - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
Embeds data URI images into a CSS file.
ENCODE - Static variable in class net.nczonline.web.datauri.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class net.nczonline.web.datauri.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class net.nczonline.web.datauri.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
encodeBytes(byte[]) - Static method in class net.nczonline.web.datauri.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class net.nczonline.web.datauri.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class net.nczonline.web.datauri.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class net.nczonline.web.datauri.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class net.nczonline.web.datauri.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class net.nczonline.web.datauri.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
encodeObject(Serializable) - Static method in class net.nczonline.web.datauri.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class net.nczonline.web.datauri.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
execute() - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 

F

flushBase64() - Method in class net.nczonline.web.datauri.Base64.OutputStream
Method added by PHIL.

G

generate(File, Writer) - Static method in class net.nczonline.web.datauri.DataURIGenerator
Generates a data URI from a file, outputting it to the given writer.
generate(File, Writer, String) - Static method in class net.nczonline.web.datauri.DataURIGenerator
Generates a data URI from a file, outputting it to the given writer.
generate(URL, Writer) - Static method in class net.nczonline.web.datauri.DataURIGenerator
Generates a data URI from a file, outputting it to the given writer.
generate(URL, Writer, String) - Static method in class net.nczonline.web.datauri.DataURIGenerator
Generates a data URI from a URL, outputting it to the given writer.
getFilename() - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
 
getMHTMLRoot() - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
 
getVerbose() - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
 
getVerbose() - Static method in class net.nczonline.web.datauri.DataURIGenerator
 
GZIP - Static variable in class net.nczonline.web.datauri.Base64
Specify that data should be gzip-compressed in second bit.

M

main(String[]) - Static method in class net.nczonline.web.cssembed.CSSEmbed
 
main(String[]) - Static method in class net.nczonline.web.datauri.DataURI
 
MHTML_OPTION - Static variable in class net.nczonline.web.cssembed.CSSURLEmbedder
 
MHTML_SEPARATOR - Static variable in class net.nczonline.web.cssembed.CSSURLEmbedder
 

N

net.nczonline.web.cssembed - package net.nczonline.web.cssembed
 
net.nczonline.web.datauri - package net.nczonline.web.datauri
 
NO_OPTIONS - Static variable in class net.nczonline.web.datauri.Base64
No options specified.

O

ORDERED - Static variable in class net.nczonline.web.datauri.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.

P

PROC_DIRECTIVE_PREFIX - Static variable in class net.nczonline.web.cssembed.CSSURLEmbedder
 
PROC_DIRECTIVE_SKIP - Static variable in class net.nczonline.web.cssembed.CSSURLEmbedder
 

R

read() - Method in class net.nczonline.web.datauri.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class net.nczonline.web.datauri.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
resumeEncoding() - Method in class net.nczonline.web.datauri.Base64.OutputStream
Resumes encoding of the stream.

S

setCharset(String) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setDestFile(File) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setFilename(String) - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
 
setMaxImageSize(int) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setMaxUriLength(int) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setMhtml(boolean) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setMhtmlRoot(String) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setMHTMLRoot(String) - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
 
setRoot(String) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setSkipMissing(boolean) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setSrcFile(File) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setVerbose(boolean) - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 
setVerbose(boolean) - Method in class net.nczonline.web.cssembed.CSSURLEmbedder
 
setVerbose(boolean) - Static method in class net.nczonline.web.datauri.DataURIGenerator
 
SKIP_MISSING_OPTION - Static variable in class net.nczonline.web.cssembed.CSSURLEmbedder
 
suspendEncoding() - Method in class net.nczonline.web.datauri.Base64.OutputStream
Suspends encoding of the stream.

U

URL_SAFE - Static variable in class net.nczonline.web.datauri.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.

V

validateAttributes() - Method in class net.nczonline.web.cssembed.CSSEmbedTask
 

W

write(int) - Method in class net.nczonline.web.datauri.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class net.nczonline.web.datauri.Base64.OutputStream
Calls write(int) repeatedly until len bytes are written.
A B C D E F G M N O P R S U V W 

Copyright © 2013. All Rights Reserved.