jruby/docs BETA
org.eclipse.swt.internal.image 20
C FileFormat
C GIFFileFormat
I ImageColorTransformer
C JPEGDecoder
C JPEGFileFormat
C OS2BMPFileFormat
C PNGFileFormat
C PngChunkReader
C PngDecodingDataStream
C PngDeflater
C PngHuffmanTable
C PngHuffmanTables
C PngInputStream
C PngLzBlockReader
C PngTrnsChunk
C SVGFileFormat
I SVGRasterizer
C TIFFFileFormat
C WinBMPFileFormat
C WinICOFileFormat
PngInputStream — members 4+
C new(chunk, reader)
C close()
M read() int
M read(b, off, len) int
from InputStream
M available() int
C mark(arg0)
M mark_supported() boolean
M read(arg0) int
M read_all_bytes() byte[]
M read_n_bytes(arg0) byte[]
M read_n_bytes(arg0, arg1, arg2) int
C reset()
M skip(arg0) long
C skip_n_bytes(arg0)
M transfer_to(arg0) long

org.eclipse.swt.internal.image.PngInputStream

class extends InputStream 4 members

Constructors

new

new ( PngIdatChunk chunk, PngChunkReader reader )
Java: <init>(org.eclipse.swt.internal.image.PngIdatChunk chunk, org.eclipse.swt.internal.image.PngChunkReader reader)

Instance Methods

close

close ( )
Java: close()

read

int read ( )
Java: read()

read

int read ( byte[] b, int off, int len )
Java: read(byte[] b, int off, int len)

Inherited

from InputStream

available

int available ( )
Java: available()

mark

mark ( int arg0 )
Java: mark(int arg0)

mark_supported

boolean mark_supported ( )
Java: markSupported()

read

int read ( byte[] arg0 )
Java: read(byte[] arg0)

read_all_bytes

byte[] read_all_bytes ( )
Java: readAllBytes()

read_n_bytes

byte[] read_n_bytes ( int arg0 )
Java: readNBytes(int arg0)

read_n_bytes

int read_n_bytes ( byte[] arg0, int arg1, int arg2 )
Java: readNBytes(byte[] arg0, int arg1, int arg2)

reset

reset ( )
Java: reset()

skip

long skip ( long arg0 )
Java: skip(long arg0)

skip_n_bytes

skip_n_bytes ( long arg0 )
Java: skipNBytes(long arg0)

transfer_to

long transfer_to ( OutputStream arg0 )
Java: transferTo(java.io.OutputStream arg0)