Class S3BlobPath

    • Method Detail

      • read

        public java.nio.channels.ReadableByteChannel read()
        Description copied from interface: Path
        Open readable byte channel from a given Path.
        Specified by:
        read in interface Path
        Returns:
        ReadableByteChannel of the Path.
      • reader

        public java.io.InputStream reader()
        Description copied from interface: Path
        Open input stream from given Path.
        Specified by:
        reader in interface Path
        Specified by:
        reader in class BlobPath<S3BlobPath.S3Blob>
        Returns:
        InputStream of the Path.
      • writer

        public java.io.OutputStream writer()
        Description copied from interface: Path
        Open output stream to the Path.
        Specified by:
        writer in interface Path
        Specified by:
        writer in class BlobPath<S3BlobPath.S3Blob>
        Returns:
        OutputStream of the Path