Uses of Class
de.xima.fc.gui.common.model.file.TextFileSystemViewCrudMapAdapter.Builder
-
Packages that use TextFileSystemViewCrudMapAdapter.Builder Package Description de.xima.fc.gui.common.model.file -
-
Uses of TextFileSystemViewCrudMapAdapter.Builder in de.xima.fc.gui.common.model.file
Methods in de.xima.fc.gui.common.model.file that return TextFileSystemViewCrudMapAdapter.Builder Modifier and Type Method Description static <Entry> TextFileSystemViewCrudMapAdapter.Builder<Entry>
TextFileSystemViewCrudMapAdapter. builder(ISerializableFunction<Entry,String> entryEncoder, ISerializableFunction<String,Entry> entryDecoder)
Creates a new builder for aTextFileSystemViewCrudMapAdapter
, using the given encoder and decoder to convert between a file ID and a file system entry.TextFileSystemViewCrudMapAdapter.Builder<Entry>
TextFileSystemViewCrudMapAdapter.Builder. charset(Charset charset)
Sets the charset to use for encoding and decoding the binary data to / from strings.TextFileSystemViewCrudMapAdapter.Builder<Entry>
TextFileSystemViewCrudMapAdapter.Builder. fileSystem(ICommonFileSystem<Entry> fileSystem)
Sets the file system with the text files.
-