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

B

backupBinaryFile() - Method in class com.jfw.file.SaveFile
Create a backup copy of the file with extension returned by method.
backupTextFile() - Method in class com.jfw.file.SaveFile
Create a backup copy of the file with extension returned by method.
Base64 - Class in com.jfw.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in com.jfw.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 com.jfw.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class com.jfw.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in com.jfw.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 com.jfw.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class com.jfw.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
beforeMyExecute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse, ActionMessages, HashMap) - Method in class com.jfw.web.struts.JFWAction
This method is execute before the method JFWAction.myExecute(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, org.apache.struts.action.ActionMessages, java.util.HashMap) is executed.
beforeMyExecute(HttpServletRequest, HttpServletResponse, HashMap) - Method in class com.jfw.web.struts2.JFWAction
This method is execute before the method JFWAction.myExecute(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, java.util.HashMap) is executed.
buffer - Variable in class com.jfw.web.filter.CompressionResponseStream
The buffer through which all of our output bytes are passed.
bufferCount - Variable in class com.jfw.web.filter.CompressionResponseStream
The number of data bytes currently in the buffer.

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