Interface FileContents


public interface FileContents
Provides lazy access to the contents of a given file.
Since:
6.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Provider<byte[]>
    Gets a provider of the entire file contents as a single byte array.
    Gets a provider of the entire file contents as a single String.