java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.util.zip.InflaterInputStream
public class InflaterInputStream
This class implements a stream filter for uncompressing data in the "deflate" compression format. It is also used as the basis for other decompression filters, such as GZIPInputStream.
Inflater| Field Summary | |
|---|---|
protected byte[] |
buf
Input buffer for decompression. |
protected Inflater |
inf
Decompressor for this stream. |
protected int |
len
Length of input buffer. |
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
InflaterInputStream(InputStream in)
Creates a new input stream with a default decompressor and buffer size. |
|
InflaterInputStream(InputStream in,
Inflater inf)
Creates a new input stream with the specified decompressor and a default buffer size. |
|
InflaterInputStream(InputStream in,
Inflater inf,
int size)
Creates a new input stream with the specified decompressor and buffer size. |
|
| Method Summary | |
|---|---|
int |
available()
Returns 0 after EOF has been reached, otherwise always return 1. |
void |
close()
Closes this input stream and releases any system resources associated with the stream. |
protected void |
fill()
Fills input buffer with more data to decompress. |
void |
mark(int readlimit)
Marks the current position in this input stream. |
boolean |
markSupported()
Tests if this input stream supports the mark and
reset methods. |
int |
read()
Reads a byte of uncompressed data. |
int |
read(byte[] b,
int off,
int len)
Reads uncompressed data into an array of bytes. |
void |
reset()
Repositions this stream to the position at the time the mark method was last called on this input stream. |
long |
skip(long n)
Skips specified number of bytes of uncompressed data. |
| Methods inherited from class java.io.FilterInputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Inflater inf
protected byte[] buf
protected int len
| Constructor Detail |
|---|
public InflaterInputStream(InputStream in, Inflater inf, int size)
in - the input streaminf - the decompressor ("inflater")size - the input buffer size
IllegalArgumentException - if size is <= 0public InflaterInputStream(InputStream in, Inflater inf)
in - the input streaminf - the decompressor ("inflater")public InflaterInputStream(InputStream in)
in - the input stream| Method Detail |
|---|
public int read()
throws IOException
read in class FilterInputStreamIOException - if an I/O error has occurredFilterInputStream.in
public int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamb - the buffer into which the data is readoff - the start offset of the datalen - the maximum number of bytes read
ZipException - if a ZIP format error has occurred
IOException - if an I/O error has occurredFilterInputStream.in
public int available()
throws IOException
Programs should not count on this method to return the actual number of bytes that could be read without blocking.
available in class FilterInputStreamIOException - if an I/O error occurs.FilterInputStream.in
public long skip(long n)
throws IOException
skip in class FilterInputStreamn - the number of bytes to skip
IOException - if an I/O error has occurred
IllegalArgumentException - if n < 0
public void close()
throws IOException
close in interface Closeableclose in class FilterInputStreamIOException - if an I/O error has occurredFilterInputStream.in
protected void fill()
throws IOException
IOException - if an I/O error has occurredpublic boolean markSupported()
mark and
reset methods. The markSupported
method of InflaterInputStream returns
false.
markSupported in class FilterInputStreamboolean indicating if this stream type supports
the mark and reset methods.InputStream.mark(int),
InputStream.reset()public void mark(int readlimit)
The mark method of InflaterInputStream
does nothing.
mark in class FilterInputStreamreadlimit - the maximum limit of bytes that can be read before
the mark position becomes invalid.InputStream.reset()
public void reset()
throws IOException
mark method was last called on this input stream.
The method reset for class
InflaterInputStream does nothing except throw an
IOException.
reset in class FilterInputStreamIOException - if this method is invoked.InputStream.mark(int),
IOExceptionCes informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
7 mots clés dont 0 définis manuellement (plus d'information...).
Avertissement
Cette page ne possède pas encore de mots clés manuels, ceci est donc un exemple automatique (les niveaux de pertinence sont fictifs, mais les liens sont valables). Pour tester le nuage avec une page qui contient des mots définis manuellement, vous pouvez cliquer ici.Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher le nuage de mots clés.
Recherche (afficher)
Utilisateur (masquer)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)