|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AccountingInputStream
is a FilterIntputStream
that implements the
AccountingInput
interface.AccountingOutputStream
is a FilterOutputStream
that implements the
AccountingOutput
interface.max
bytes.
com.tffenterprises.io.ByteArrayInputStream
was originally
intended as
a drop-in replacement for java.io.ByteArrayInputStream
.ByteArrayInputStream
so that it uses
buf
as its buffer array.
ByteArrayInputStream
that uses buf
as its buffer array.
com.tffenterprises.io.ByteArrayOutputStream
is intended to be
a drop-in replacement for java.io.ByteArrayOutputStream
.ByteArrayOutputStream
.
ByteArrayOutputStream
, with a buffer capacity
of the specified size, in bytes.
DataOutputChecksum
is a utility when using implementors
of the java.util.zip.Checksum
interface.DataOutputChecksum
that encapsulate a Checksum
implementor.
int
.
FrameHeader
is a class that provides ID3v2 with an
interpretation of the frame header structure.getRawData()
.
frameData
byte array.
Checksum
of all this tag's data.
Flags
object for this ID3v2 tag.
InputStream
.
FrameHeader
instance.
FrameHeader
instance.
FrameHeader
object that corresponds to this
Frame
instance.
Frame
object of an appropriate subtype,
given a FrameHeader
and a specific frame ID.
Frame
object of an appropriate subtype,
given a frame ID.
Frame
object of an appropriate subtype,
given a FrameHeader
.
FrameHeader
method has been changed.
KeyedFrame
interface must be able to exist in
multiple instances.
InputStream
is
supported.
com.tffenterprises.io.NullOutputStream
is the
moral equivalent of Unix's /dev/null: a data sink, no questions asked.NullOutputStream
.
OutputStream
over the one received as a parameter.
InputStream
over the
one received as a parameter.
InputStream
in which the ID3v2
information is embedded, and return an InputStream
that will correctly read the tag given the flags.
in
, and return the
resulting input stream.
in
in accordance
with the frame flags, and return the resulting input stream.
len
bytes from the stream, copying them
starting at offset off
to this byte array..
offset
.
length
bytes from
the byte array to this buffer.
n
bytes from the input stream.
String
representation of this frame.
String
representation of this
FrameHeader
object.
String
representation of this
FrameHeader
object.
len
bytes from the specified
byte array, starting from offset off
b
DataOutputChecksum
object with this
frame's data.
true
if this frame used compression in
the stream from which it was read.
true
if this frame encoded the length of its
data in the stream from which it was read.
true
if this frame was encrypted in the stream
from which it was read.
true
if this frame is part of a group of frames.
true
if this frame was unsynchronized in the stream
from which it was read.
len
bytes from the specified byte array starting at
offset off
to this output stream.
b.length
bytes from the specified byte array.
FrameHeader
to an
OutputStream
.
FrameHeader
to an
OutputStream
.
FrameHeader
to an
OutputStream
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |