A B C D E F G H I J K L M N O P Q R S T U V W X

B

Base64 - Class in jxl.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in jxl.util
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 jxl.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class jxl.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in jxl.util
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 jxl.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class jxl.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
bind(String, Serializable) - Method in class jxl.binding.BindingContext
Bind name to o
bind(PeerRemoteObject, String) - Method in class jxl.peermi.PeerRegistry
If name is not already bound, bind p to name.
BINDING_DIR_KEY - Static variable in class jxl.binding.BindingContext
This is the java property key to specify a directory to save bound data.
BindingContext - Class in jxl.binding
Binds Serializale objects with String name key.
BindingException - Exception in jxl.binding
This exception is only ever thrown if an unrecoverable error has occured in the filesystem used by a BindingContext.
BindingException(BindingContext, Throwable) - Constructor for exception jxl.binding.BindingException
Creates a new instance of BindingException without detail message.
BindingException(String, Throwable) - Constructor for exception jxl.binding.BindingException
 
BindingException(String) - Constructor for exception jxl.binding.BindingException
Constructs an instance of BindingException with the specified detail message.
buildParserTable(InputStream) - Static method in class jxl.xlp.ParserFactory
 

A B C D E F G H I J K L M N O P Q R S T U V W X