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

Quick Search    Search Deep
B C E F G H I K L M N O P R S T U

B

BLOCK_SIZE - Static variable in class org.esau.ptarmigan.util.CountingInputStream
 

C

CountingInputStream - class org.esau.ptarmigan.util.CountingInputStream.
Counts the number of bytes that pass through it.
CountingInputStream(InputStream) - Constructor for class org.esau.ptarmigan.util.CountingInputStream
 
CountingInputStream(InputStream, long) - Constructor for class org.esau.ptarmigan.util.CountingInputStream
 
clean(String) - Static method in class org.esau.ptarmigan.util.HelperMisc
Removes all chars that do not fit into the categories (isLetterOrDigit, isWhitespace, printable ASCII); does not trim().
cleanAlpha(String) - Static method in class org.esau.ptarmigan.util.HelperMisc
Removes all non-alpha chars
clear() - Method in class org.esau.ptarmigan.util.MultiMap
 

E

epochtoIso8601(long, boolean) - Static method in class org.esau.ptarmigan.util.HelperDate
Create an ISO-8601 date string from the long, which is the number of msecs since the epoch.
extractYear(String) - Static method in class org.esau.ptarmigan.util.HelperDate
attempt to extract a valid year from a 2 or 4 digit string Example:

F

FILE_PREFIX - Static variable in class org.esau.ptarmigan.util.HelperURL
 
fastForward(int) - Method in class org.esau.ptarmigan.util.CountingInputStream
a substitute for skip, which doesn't seem to want to work correctly on buffered streams
fileToSystemId(File) - Static method in class org.esau.ptarmigan.util.HelperURL
 

G

get(String) - Method in class org.esau.ptarmigan.util.MultiMap
 
getCount() - Method in class org.esau.ptarmigan.util.CountingInputStream
The number of bytes that have passed through this stream.
getDigest(String, Range, File) - Static method in class org.esau.ptarmigan.util.HelperDigest
use the internal File and Range to build an MD5 digest for the audio data
getLength() - Method in class org.esau.ptarmigan.util.Range
 
getLimit() - Method in class org.esau.ptarmigan.util.CountingInputStream
 
getNullsoftGenre(int) - Static method in class org.esau.ptarmigan.util.HelperID3
return the Nullsoft genre string for the specified numeric code.
getOffset() - Method in class org.esau.ptarmigan.util.Range
 
getRemaining() - Method in class org.esau.ptarmigan.util.CountingInputStream
 

H

HelperDate - class org.esau.ptarmigan.util.HelperDate.
Some static methods related to use of Dates
HelperDate() - Constructor for class org.esau.ptarmigan.util.HelperDate
 
HelperDigest - class org.esau.ptarmigan.util.HelperDigest.
Compute checksum/digest for the range of a file
HelperDigest() - Constructor for class org.esau.ptarmigan.util.HelperDigest
 
HelperID3 - class org.esau.ptarmigan.util.HelperID3.
Common routines for ID3v1 and v2 parsing
HelperID3() - Constructor for class org.esau.ptarmigan.util.HelperID3
 
HelperIO - class org.esau.ptarmigan.util.HelperIO.
Some static methods of general use
HelperIO() - Constructor for class org.esau.ptarmigan.util.HelperIO
 
HelperMisc - class org.esau.ptarmigan.util.HelperMisc.
Some static methods of general use
HelperMisc() - Constructor for class org.esau.ptarmigan.util.HelperMisc
 
HelperURL - class org.esau.ptarmigan.util.HelperURL.
Some static methods for manipulation of URLs
HelperURL() - Constructor for class org.esau.ptarmigan.util.HelperURL
 

I

increaseOffset(long) - Method in class org.esau.ptarmigan.util.Range
BOTH increase the offset AND shrink the range length by the specified amount.
isLengthValid() - Method in class org.esau.ptarmigan.util.Range
 
isOffsetValid() - Method in class org.esau.ptarmigan.util.Range
 
isValid() - Method in class org.esau.ptarmigan.util.Range
 
iso_8601_date_only - Static variable in class org.esau.ptarmigan.util.HelperDate
 
iso_8601_date_time - Static variable in class org.esau.ptarmigan.util.HelperDate
 

K

keySet() - Method in class org.esau.ptarmigan.util.MultiMap
 

L

length - Variable in class org.esau.ptarmigan.util.Range
 
log - Static variable in class org.esau.ptarmigan.util.CountingInputStream
logging object
log - Static variable in class org.esau.ptarmigan.util.HelperDigest
logging object
log - Static variable in class org.esau.ptarmigan.util.HelperURL
logging object

M

MultiMap - class org.esau.ptarmigan.util.MultiMap.
A map where more than one value can be associated with a key.
MultiMap() - Constructor for class org.esau.ptarmigan.util.MultiMap
 
m_count - Variable in class org.esau.ptarmigan.util.CountingInputStream
 
m_current_year - Static variable in class org.esau.ptarmigan.util.HelperDate
the current year
m_limit - Variable in class org.esau.ptarmigan.util.CountingInputStream
 
m_map - Variable in class org.esau.ptarmigan.util.MultiMap
 
maybeDecode(String) - Static method in class org.esau.ptarmigan.util.HelperURL
If the specified string contains only ASCII characters, then try to escape any UTF-8 characters present.

N

NO_LIMIT - Static variable in class org.esau.ptarmigan.util.CountingInputStream
 
nullsoft_genres - Static variable in class org.esau.ptarmigan.util.HelperID3
 

O

offset - Variable in class org.esau.ptarmigan.util.Range
 
org.esau.ptarmigan.util - package org.esau.ptarmigan.util
Ptarmigan's factory and interface.

P

parseInt(String, int) - Static method in class org.esau.ptarmigan.util.HelperMisc
a safe integer parser
put(String, String) - Method in class org.esau.ptarmigan.util.MultiMap
add the following key=value pair

R

Range - class org.esau.ptarmigan.util.Range.
Range
Range() - Constructor for class org.esau.ptarmigan.util.Range
 
Range(long, long) - Constructor for class org.esau.ptarmigan.util.Range
 
readC() - Method in class org.esau.ptarmigan.util.CountingInputStream
 
readC(byte[]) - Method in class org.esau.ptarmigan.util.CountingInputStream
 
readC(byte[], int, int) - Method in class org.esau.ptarmigan.util.CountingInputStream
 
reduceLength(long) - Method in class org.esau.ptarmigan.util.Range
 
resetCount() - Method in class org.esau.ptarmigan.util.CountingInputStream
Start the count at zero
rewind(int) - Method in class org.esau.ptarmigan.util.CountingInputStream
reposition the stream from the last mark point (in case we read too far)

S

safeClose(Reader) - Static method in class org.esau.ptarmigan.util.HelperIO
helper for closing files
safeClose(Writer) - Static method in class org.esau.ptarmigan.util.HelperIO
helper for closing files
safeClose(InputStream) - Static method in class org.esau.ptarmigan.util.HelperIO
helper for closing files
safeClose(OutputStream) - Static method in class org.esau.ptarmigan.util.HelperIO
helper for closing files
safeClose(RandomAccessFile) - Static method in class org.esau.ptarmigan.util.HelperIO
helper for closing files
setLength(long) - Method in class org.esau.ptarmigan.util.Range
 
setLimit(long) - Method in class org.esau.ptarmigan.util.CountingInputStream
 
setOffset(long) - Method in class org.esau.ptarmigan.util.Range
 
skipC(long) - Method in class org.esau.ptarmigan.util.CountingInputStream
 
startsWith(byte[], int, int, byte[]) - Static method in class org.esau.ptarmigan.util.HelperMisc
is the needle the first thing in the haystack?
systemIdToFile(String) - Static method in class org.esau.ptarmigan.util.HelperURL
 

T

toString() - Method in class org.esau.ptarmigan.util.Range
 
toURL(File) - Static method in class org.esau.ptarmigan.util.HelperURL
produce a UTF-8 encoded URL from a File source
toURL(File, String) - Static method in class org.esau.ptarmigan.util.HelperURL
produce a UTF-8 encoded URL from various formats.

U

URLToFile(String) - Static method in class org.esau.ptarmigan.util.HelperURL
extract a File object from a UTF-8-encoded URL if the URL has a file protocol.
URLToFile(URL) - Static method in class org.esau.ptarmigan.util.HelperURL
extract a File object from a UTF-8-encoded URL if the URL has a file protocol requires URIUtil from Jakarta Common's HttpClient NOTE: if truncation is occurring, it's probably because the URL wasn't encoded in UTF-8.
URL_ENCODING - Static variable in class org.esau.ptarmigan.util.HelperURL
 

B C E F G H I K L M N O P R S T U