Package com.luciad.io


package com.luciad.io
Basic Input/Output functionality.
Since:
1.0
  • Class
    Description
    Factory that creates InputStream instances that can access a data source without requiring a persistent connection to the data or that access happens linearly.
    Loader for a chunk of data.
    An ILcdInputStreamFactory creates an InputStream from a given source.
    Interface allowing to configure an ILcdInputStreamFactory.
    An ILcdOutputStreamFactory creates an OutputStream for a given destination.
    Interface allowing to configure an ILcdOutputStreamFactory.
    Composite implementation of ILcdInputStreamFactory.
    This class is similar to a DataInputStream, except that it can also read little-endian binary data instead of only big-endian data.
    This class is similar to a DataOutputStream, except that it can also write little-endian binary data instead of only big-endian data.
    This class implements a decorator for another ILcdInputStreamFactory (the delegate), and remembers for which sources the delegate failed to create an InputStream.
    Creates output streams to files, wrapped with a buffered output stream with the given buffer size.
    This class implements an ILcdInputStreamFactory that can create streams, given a URL, the file name of a file in the class path, or a local file name.
    This class regroups some methods for skipping or reading a sequence of bytes in an InputStream.
    IO utility class to facilitate the handling of URLs, absolute file paths or paths relative to the classpath.
    This ILcdInputStreamFactory creates InputStreams that report reading progress by firing TLcdStatusEvents to the attached ILcdStatusListeners.
    This ILcdOutputStreamFactory creates OutputStreams that report writing progress by firing TLcdStatusEvents to the attached ILcdStatusListeners.
    This ILcdInputStreamFactory creates input streams from source names that represent tar files or entries in tar files.
    This class implements a ILcdInputStreamFactory that can create input streams from source names that represent zip files or entries in zip files.