public interface FileInput
| Modifier and Type | Method and Description |
|---|---|
static @NotNull FileInput |
from(@NotNull java.lang.String resourceGroupName,
@NotNull java.io.File file) |
static @NotNull java.util.List<FileInput> |
from(@NotNull java.lang.String resourceGroupName,
@NotNull java.lang.Iterable<java.io.File> files) |
static @NotNull FileInput |
from(@NotNull java.lang.String resourceGroupName,
@NotNull java.nio.file.Path file) |
default java.util.Optional<java.lang.String> |
makeUtf8String() |
java.io.Reader |
newReader(java.nio.charset.Charset charset) |
java.io.Reader newReader(java.nio.charset.Charset charset)
throws java.io.IOException
java.io.IOException@TestOnly default java.util.Optional<java.lang.String> makeUtf8String()
@NotNull static @NotNull java.util.List<FileInput> from(@NotNull @NotNull java.lang.String resourceGroupName, @NotNull @NotNull java.lang.Iterable<java.io.File> files)
@NotNull static @NotNull FileInput from(@NotNull @NotNull java.lang.String resourceGroupName, @NotNull @NotNull java.io.File file)
@NotNull static @NotNull FileInput from(@NotNull @NotNull java.lang.String resourceGroupName, @NotNull @NotNull java.nio.file.Path file)