br.com.objectos.fs
Interface ReadableFileChannelSource

All Known Subinterfaces:
RegularFile

public interface ReadableFileChannelSource

A source that can provide file channels opened in read-only mode.

Since:
3

Method Summary
 FileChannel openReadChannel()
          Returns a new FileChannel for reading from this source.
 

Method Detail

openReadChannel

FileChannel openReadChannel()
                            throws IOException
Returns a new FileChannel for reading from this source.

Returns:
a new FileChannel for reading from this source
Throws:
IOException - if an I/O error occurs


Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.