Package javax.imageio.stream
See: Description
-
Interface Summary Interface Description ImageInputStream A seekable input stream interface for use byImageReader
s.ImageOutputStream A seekable output stream interface for use byImageWriter
s. -
Class Summary Class Description FileCacheImageInputStream An implementation ofImageInputStream
that gets its input from a regularInputStream
.FileCacheImageOutputStream An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.FileImageInputStream An implementation ofImageInputStream
that gets its input from aFile
orRandomAccessFile
.FileImageOutputStream An implementation ofImageOutputStream
that writes its output directly to aFile
orRandomAccessFile
.IIOByteBuffer A class representing a mutable reference to an array of bytes and an offset and length within that array.ImageInputStreamImpl An abstract class implementing theImageInputStream
interface.ImageOutputStreamImpl An abstract class implementing theImageOutputStream
interface.MemoryCacheImageInputStream An implementation ofImageInputStream
that gets its input from a regularInputStream
.MemoryCacheImageOutputStream An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.
Package javax.imageio.stream Description
The ImageInputStream
interface unifies streaming and
file-based operations. An abstract base class,
ImageInputStreamImpl
is provided to simplify writing
a new ImageInputStream
class. Concrete implementation
classes (FileImageInputStream
,
FileCacheImageInputStream
, and
MemoryCacheImageInputStream
) are provided that allow
input to come from a File
or InputStream
with or without the use of a temporary cache file.
The ImageOutputStream
interface performs an analogous
function for output. An abstract base class,
ImageOutputStreamImpl
is provided, along with
concrete implementation classes (FileImageOutputStream
,
FileCacheImageOutputStream
, and
MemoryCacheImageOutputStream
) are provided that allow
output to go to a File
or OutputStream
with
or without the use of a temporary cache file.
The IIOByteBuffer
class provides an alternative way to
perform reads of sequences of bytes that reduces the amount of
internal data copying.
- Since:
- 1.4
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/imageio/stream/package-summary.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.