Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C G H I L M N P R S

A

atEOF - Variable in class com.lutris.mime.MultipartMimeInput
True if the end of the input source has been reached and no more multipart sections are available to be read.
atEOF - Variable in class com.lutris.mime.MultipartMimeInputStream
EOF indicated to prevent skipping end marker twice.
available() - Method in class com.lutris.mime.MultipartMimeInputStream
Returns the number of bytes that can be read from this stream without blocking.

B

bytesToChars(byte[], int, int) - Static method in class com.lutris.mime.MultipartMimeInputStream
Converts a byte array into a raw ASCII character array with characters in the range to ÿ by twos-complement signed-to-unsigned conversion.

C

ContentHeader - class com.lutris.mime.ContentHeader.
Parses and represents Mime header fields that have the form of the Content-Type header as defined in RFC2045 Section 5.1 Page 11.
ContentHeader(String) - Constructor for class com.lutris.mime.ContentHeader
Constructs a new ContentTypeHeader object from an unparsed Mime Content-Type header line.
ContentHeader(MimeHeader) - Constructor for class com.lutris.mime.ContentHeader
Constructs a new ContentTypeHeader object from an existing MimeHeader object.
checkOpen() - Method in class com.lutris.mime.MultipartMimeInputStream
Used by routines that fail after closure to verify that the current stream is open.
close() - Method in class com.lutris.mime.MultipartMimeInput
Closes the input source and the current MultipartMimeInputStream object.
close() - Method in class com.lutris.mime.MultipartMimeInputStream
Skips all remaining bytes on this stream and closes it.
closed - Variable in class com.lutris.mime.MultipartMimeInputStream
The stream is closed if true or not closed if false.
com.lutris.mime - package com.lutris.mime
 
currentStream - Variable in class com.lutris.mime.MultipartMimeInput
The current section of Multipart input.

G

GENERIC - Static variable in class com.lutris.mime.MimeException
Indicates a general error in parsing Mime data.
garbageHeaders - Variable in class com.lutris.mime.MultipartMimeInputStream
Array of unparseable headers.
getGarbageHeaders() - Method in class com.lutris.mime.MultipartMimeInputStream
Returns an array of all Mime header lines that could not be parsed in the normal "name: value" fashion.
getHeader(String) - Method in class com.lutris.mime.MultipartMimeInputStream
Returns a single MimeHeader object associated with a given Mime header name.
getHeaderType() - Method in class com.lutris.mime.MimeHeader
Returns the header type of this header.
getHeaders(String) - Method in class com.lutris.mime.MultipartMimeInputStream
Returns a array of type MimeHeader containing all values associated with a given Mime header name.
getParameter(String) - Method in class com.lutris.mime.MimeHeader
Returns a single String value representing the last occurence of the parameter named by name.
getParameterNames() - Method in class com.lutris.mime.MimeHeader
Returns an enumeration of all of the parameter names parsed from the current Mime header.
getParameters(String) - Method in class com.lutris.mime.MimeHeader
Returns an array of String containing all occurences of values named by name.
getRawHeaderLine() - Method in class com.lutris.mime.MimeHeader
Returns the string passed to the constructor without any parsing.
getRawHeaders() - Method in class com.lutris.mime.MultipartMimeInputStream
Returns an array of String containing each Mime header as it was read from the header of this section.
getValue() - Method in class com.lutris.mime.MimeHeader
Returns the "value" of this header.

H

headers - Variable in class com.lutris.mime.MultipartMimeInputStream
Table of all parsed headers.

I

INVALID_HEADER - Static variable in class com.lutris.mime.MimeException
Indicates incorrect Mime header syntax or illegal parameters.
INVALID_MIME_TYPE - Static variable in class com.lutris.mime.MimeException
Indicates an illegal Mime type for a particular operation.
inputPattern - Variable in class com.lutris.mime.MultipartMimeInput
Pre-compiled Boyer-Moore pattern search object for the Mime boundary string.
inputSeparator - Variable in class com.lutris.mime.MultipartMimeInput
The boundary string which separates different sections of the multipart Mime input.
inputSource - Variable in class com.lutris.mime.MultipartMimeInput
An input stream that does exact pattern searching using an efficient string matching algorithm.
inputSource - Variable in class com.lutris.mime.MultipartMimeInputStream
Boyer-Moore streaming pattern searcher that represents the input source.

L

lastPart - Variable in class com.lutris.mime.MultipartMimeInputStream
Boolean that indicates that this input stream was the last part of the total multipart input.

M

MimeEOFException - exception com.lutris.mime.MimeEOFException.
Exception to indicate that an attempt was made to read beyond the end of a Multipart/Form-Data input stream.
MimeEOFException(String) - Constructor for class com.lutris.mime.MimeEOFException
Creates an MimeEOFException object with a specified reason string.
MimeEOFException() - Constructor for class com.lutris.mime.MimeEOFException
Creates a MimeEOFException object.
MimeException - exception com.lutris.mime.MimeException.
Public exception class to indicate an error in Mime data.
MimeException(String, int) - Constructor for class com.lutris.mime.MimeException
Creates a MimeException object with informational string s and reason code reason.
MimeException(String) - Constructor for class com.lutris.mime.MimeException
Creates a MimeException object with informational string s and the default reason code, GENERIC.
MimeException() - Constructor for class com.lutris.mime.MimeException
Creates a MimeException object with informational string s and the default reason code, GENERIC.
MimeHeader - class com.lutris.mime.MimeHeader.
Represents a generic parsed Mime header.
MimeHeader(String) - Constructor for class com.lutris.mime.MimeHeader
Constructs a generic MimeHeader object and initializes its internal parameter list.
MultipartMimeInput - class com.lutris.mime.MultipartMimeInput.
Presents an incoming Multipart MIME message as a series of distinct MultipartMimeInputStream streams.
MultipartMimeInput(InputStream, ContentHeader) - Constructor for class com.lutris.mime.MultipartMimeInput
Constructs a new MultipartMimeInput object from an input source of type InputStream and a ContentHeader object.
MultipartMimeInputStream - class com.lutris.mime.MultipartMimeInputStream.
Presents the current section of a multipart MIME stream as a distinct InputStream object for which the end of the section is the end of the stream.
MultipartMimeInputStream(BMByteSearchStream, BMByteSearch) - Constructor for class com.lutris.mime.MultipartMimeInputStream
Creates a MultipartFormStream object from the given pattern search stream object, separator, and end of line pattern.
myHeaderType - Variable in class com.lutris.mime.MimeHeader
Contains the Mime header type value, defined as the characters before the first colon (':') character.
myParams - Variable in class com.lutris.mime.MimeHeader
Contains the parsed parameters for this hash table.
myValue - Variable in class com.lutris.mime.MimeHeader
Contains the type-independent value (if any) for the header.

N

newlinePattern - Static variable in class com.lutris.mime.MultipartMimeInputStream
Precomputed BM search pattern for "\n".
newlineString - Variable in class com.lutris.mime.MultipartMimeInput
The string that represents a newline for this instance of input.
nextPart() - Method in class com.lutris.mime.MultipartMimeInput
Returns the next section of the Multipart MIME stream as a MultipartMimeInputStream object.

P

parseParameters(String) - Method in class com.lutris.mime.MimeHeader
Parses the a given string into key=parameter pairs in accordance with RFC2045 Section 5.1 Page 11.
parseQuotedString(PushbackReader) - Method in class com.lutris.mime.MimeHeader
 
parseToken(PushbackReader, boolean) - Method in class com.lutris.mime.MimeHeader
 
putParameter(String, String) - Method in class com.lutris.mime.MimeHeader
Used by derived classes to put a parameter into the internal parameter value holder.

R

rawHeaderLine - Variable in class com.lutris.mime.MimeHeader
The raw, unparsed header line passed to the constructor.
rawHeaders - Variable in class com.lutris.mime.MultipartMimeInputStream
Array of raw, unparsed Mime headers.
read() - Method in class com.lutris.mime.MultipartMimeInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads up to buffer.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads length bytes of data from this input stream into an array of bytes.
readAll(byte[]) - Method in class com.lutris.mime.MultipartMimeInputStream
Reads into a byte array until the array is full, EOF is reached, or an I/O error occurs.
readByte - Variable in class com.lutris.mime.MultipartMimeInputStream
Byte to read into for single-byte read() operation.
reason - Variable in class com.lutris.mime.MimeException
Holds the reason code for this exception instance.

S

searchPattern - Variable in class com.lutris.mime.MultipartMimeInputStream
Precomputed separator pattern search object.
skip(long) - Method in class com.lutris.mime.MultipartMimeInputStream
Skips over and discards n bytes of data from this input stream.
skipComment(PushbackReader) - Static method in class com.lutris.mime.MimeHeader
 

A B C G H I L M N P R S