Index
All Classes and Interfaces|All Packages
A
- abort() - Method in class org.aksw.commons.io.util.FileMerger
- addProgressListener(Consumer<? super FileMerger>) - Method in class org.aksw.commons.io.util.FileMerger
- allocateSymbolicLink(SymbolicLinkStrategy, Path, Path, Function<String, String>, String, String) - Static method in class org.aksw.commons.io.util.SymLinkUtils
-
Within 'folder' create a link to 'file' with name 'baseName' if it does not yet exist.
- allocateSymbolicLink(SymbolicLinkStrategy, Path, Path, Function<String, String>, String, String, ThrowingBiFunction<Path, Path, Path>) - Static method in class org.aksw.commons.io.util.SymLinkUtils
- ancestors(Path) - Static method in class org.aksw.commons.io.util.FileUtils
- ancestors(Path, boolean) - Static method in class org.aksw.commons.io.util.FileUtils
B
- buf - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelFromInputStream
- bytesRead - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelWithConditionalBound
- bytesRead - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline
C
- ChannelFactory<T extends Channel> - Interface in org.aksw.commons.io.util.channel
- ChannelUtils - Class in org.aksw.commons.io.nio
- ChannelUtils() - Constructor for class org.aksw.commons.io.nio.ChannelUtils
- close() - Method in class net.sansa_stack.io.util.InputStreamWithCloseIgnore
- close() - Method in interface net.sansa_stack.nio.util.WritableByteChannelWrapper
- close() - Method in interface org.aksw.commons.io.util.channel.ReadableByteChannelDecorator
- close() - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelFromInputStream
- close() - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelWithoutCloseOnInterrupt
- close() - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- close() - Method in class org.aksw.commons.io.util.channel.SeekableByteChannelWithCloseShield
- copy(Path, OutputStream, IntConsumer) - Static method in class org.aksw.commons.io.util.FileUtils
- copyDirectory(Path, Path, CopyOption...) - Static method in class org.aksw.commons.io.util.FileUtils
- copyDirectoryInternal(Path, Path, CopyOption...) - Static method in class org.aksw.commons.io.util.FileUtils
- create(Path, List<Path>) - Static method in class org.aksw.commons.io.util.FileMerger
-
Merge a sequence of files into a single destination file.
- createDefault() - Static method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- createDsync() - Static method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- createSymbolicLink(Path, Path) - Method in interface org.aksw.commons.io.util.symlink.SymbolicLinkStrategy
- createSymbolicLink(Path, Path) - Method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- createSymbolicLink(Path, Path) - Method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyStandard
D
- decodeQueryParamUtf8(String) - Static method in class org.aksw.commons.io.util.UriUtils
- decoratee - Variable in class net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase
- delegate - Variable in class net.sansa_stack.nio.util.WritableByteChannelWrapperBase
- delegate - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelDecoratorBase
- deleteDirectoryIfEmpty(Path) - Method in class org.aksw.commons.io.util.FileUtils
-
Delete a path if it is an empty directory
- deleteEmptyFolders(Path, Path, boolean) - Static method in class org.aksw.commons.io.util.FileUtils
-
Delete parent folders of 'path' that are descendants of baseFolder (depending on the flag inclusive or exclusive)
- deleteFileIfExistsAndThenDeleteEmptyFolders(Path, Path, boolean) - Static method in class org.aksw.commons.io.util.FileUtils
-
Delete a specific path and then - regardless of deletion outcome -try to delete all empty directories up to a given baseFolder.
- deleteRecursivelyIfExists(Path, RecursiveDeleteOption...) - Static method in class org.aksw.commons.io.util.FileUtils
- destPath - Variable in class org.aksw.commons.io.util.FileMerger
E
- encodeQueryParamUtf8(String) - Static method in class org.aksw.commons.io.util.UriUtils
- ERROR - Enum constant in enum class org.aksw.commons.io.util.FileUtils.OverwritePolicy
-
Raise an error
- excessBuffer - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline
F
- FILE - Static variable in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategies
- FILE_DYSNC - Static variable in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategies
- FileChannelUtils - Class in org.aksw.commons.io.util
- FileChannelUtils() - Constructor for class org.aksw.commons.io.util.FileChannelUtils
- FileMerger - Class in org.aksw.commons.io.util
-
Merges the byte content of a list of files into a single file.
- FileMerger(Path, List<PathTransfer>, long) - Constructor for class org.aksw.commons.io.util.FileMerger
- FileUtils - Class in org.aksw.commons.io.util
- FileUtils() - Constructor for class org.aksw.commons.io.util.FileUtils
- FileUtils.OverwritePolicy - Enum Class in org.aksw.commons.io.util
-
Policies for when the target file already exists
- findInAncestors(Path, String) - Static method in class org.aksw.commons.io.util.FileUtils
-
Look for a file among all ancestor folders
G
- getBytesRead() - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelWithConditionalBound
- getBytesRead() - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline
- getDecoratee() - Method in class net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase
- getDecoratee() - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- getDelegate() - Method in interface net.sansa_stack.nio.util.WritableByteChannelWrapper
- getDelegate() - Method in class net.sansa_stack.nio.util.WritableByteChannelWrapperBase
- getDelegate() - Method in interface org.aksw.commons.io.util.channel.ReadableByteChannelDecorator
- getDelegate() - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelDecoratorBase
- getFirstExistingAncestor(Path) - Static method in class org.aksw.commons.io.util.FileUtils
-
Return the first ancestor of a path that exists.
- getLastModifiedTimeOrNull(Path) - Static method in class org.aksw.commons.io.util.FileUtils
- getLength() - Method in class org.aksw.commons.io.util.PathTransfer
- getOutputFormat() - Method in interface org.aksw.commons.io.util.OutputConfig
- getPath() - Method in class org.aksw.commons.io.util.PathTransfer
- getPathSegments(Path) - Static method in class org.aksw.commons.io.util.PathUtils
- getProgress() - Method in class org.aksw.commons.io.util.FileMerger
-
Convenience method that return the ration of transferred bytes and total bytes
- getTargetFile() - Method in interface org.aksw.commons.io.util.OutputConfig
- getTargetOffset() - Method in class org.aksw.commons.io.util.PathTransfer
I
- in - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelFromInputStream
- InputStreamWithCloseIgnore - Class in net.sansa_stack.io.util
-
A wrapper whose close() method is a noop.
- InputStreamWithCloseIgnore(InputStream) - Constructor for class net.sansa_stack.io.util.InputStreamWithCloseIgnore
-
Constructs a new ProxyInputStream.
- InputStreamWithZeroOffsetRead - Class in net.sansa_stack.io.util
-
Workaround for HADOOP-17453: read(bts, off, len) with off != 0 is broken in several version of BZip2Codec Invoking read with a non-zero offset creates a in intermediate buffer to which is read with a zero offset The content of the intermediate buffer is then copied to the requesting buffer bts at the appropriate offset.
- InputStreamWithZeroOffsetRead(InputStream) - Constructor for class net.sansa_stack.io.util.InputStreamWithZeroOffsetRead
-
Constructs a new ProxyInputStream.
- InterruptingSeekableByteChannel - Class in net.sansa_stack.nio.util
- InterruptingSeekableByteChannel(SeekableByteChannel, long) - Constructor for class net.sansa_stack.nio.util.InterruptingSeekableByteChannel
- interruptPos - Variable in class net.sansa_stack.nio.util.InterruptingSeekableByteChannel
- isInEofState - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelWithConditionalBound
- isInEofState - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline
- isOpen() - Method in interface net.sansa_stack.nio.util.WritableByteChannelWrapper
- isOpen() - Method in interface org.aksw.commons.io.util.channel.ReadableByteChannelDecorator
- isOpen() - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelFromInputStream
- isOpen() - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelWithoutCloseOnInterrupt
- isOpen() - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- isOverwriteAllowed() - Method in interface org.aksw.commons.io.util.OutputConfig
- isSymbolicLink(Path) - Method in interface org.aksw.commons.io.util.symlink.SymbolicLinkStrategy
- isSymbolicLink(Path) - Method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- isSymbolicLink(Path) - Method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyStandard
J
- javaifyHostname(String) - Static method in class org.aksw.commons.io.util.UriToPathUtils
- javaifyHostnameSegments(String) - Static method in class org.aksw.commons.io.util.UriToPathUtils
-
Convert a host name to a java package name.
- join(String...) - Static method in class org.aksw.commons.io.util.PathUtils
L
- length - Variable in class org.aksw.commons.io.util.PathTransfer
- listPaths(Path, String) - Static method in class org.aksw.commons.io.util.FileUtils
-
Return a list of files matching a given glob pattern and a base path
M
- moveAtomic(Path, Path) - Static method in class org.aksw.commons.io.util.FileUtils
-
Deprecated.
- moveAtomicIfSupported(Consumer<String>, Path, Path) - Static method in class org.aksw.commons.io.util.FileUtils
N
- net.sansa_stack.io.util - package net.sansa_stack.io.util
- net.sansa_stack.nio.util - package net.sansa_stack.nio.util
- newChannel() - Method in interface org.aksw.commons.io.util.channel.ChannelFactory
- newOutputStream(OutputConfig) - Static method in class org.aksw.commons.io.util.FileUtils
-
Attempt to open an output stream to the given file
- newURI(String) - Static method in class org.aksw.commons.io.util.UriUtils
- newURL(String) - Static method in class org.aksw.commons.io.util.UrlUtils
- nextSplitOffset - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline
- notifyProgressListeners() - Method in class org.aksw.commons.io.util.FileMerger
O
- open - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelFromInputStream
- openOptions - Variable in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- openStdErr() - Static method in class org.aksw.commons.io.util.StdIo
- openStdErrWithCloseShield() - Static method in class org.aksw.commons.io.util.StdIo
- openStdIn() - Static method in class org.aksw.commons.io.util.StdIo
- openStdInWithCloseShield() - Static method in class org.aksw.commons.io.util.StdIo
- openStdOut() - Static method in class org.aksw.commons.io.util.StdIo
- openStdOutWithCloseShield() - Static method in class org.aksw.commons.io.util.StdIo
- org.aksw.commons.io.nio - package org.aksw.commons.io.nio
- org.aksw.commons.io.util - package org.aksw.commons.io.util
- org.aksw.commons.io.util.channel - package org.aksw.commons.io.util.channel
- org.aksw.commons.io.util.symlink - package org.aksw.commons.io.util.symlink
- OutputConfig - Interface in org.aksw.commons.io.util
- OVERWRITE - Enum constant in enum class org.aksw.commons.io.util.FileUtils.OverwritePolicy
-
Overwrite the target (unless the target is newer, then ignore)
- OVERWRITE_ALWAYS - Enum constant in enum class org.aksw.commons.io.util.FileUtils.OverwritePolicy
-
Overwrite the target (even if the target is newer)
- OVERWRITE_ERROR - Enum constant in enum class org.aksw.commons.io.util.FileUtils.OverwritePolicy
-
Overwrite the target, unless it was changed then raise an error
P
- parseQueryStringAsEntries(String, BiConsumer<String, String>) - Static method in class org.aksw.commons.io.util.UriUtils
- parseQueryStringAsList(String) - Static method in class org.aksw.commons.io.util.UriUtils
- parseQueryStringAsMap(String) - Static method in class org.aksw.commons.io.util.UriUtils
-
Only retains first value
- parseQueryStringAsMultimap(String) - Static method in class org.aksw.commons.io.util.UriUtils
- path - Variable in class org.aksw.commons.io.util.PathTransfer
- PathTransfer - Class in org.aksw.commons.io.util
-
Helper class for use with
FileChannel.transferFrom(java.nio.channels.ReadableByteChannel, long, long)Maps length bytes of the given path to some target with the given offset. - PathTransfer(Path, long, long) - Constructor for class org.aksw.commons.io.util.PathTransfer
- pathTransfers - Variable in class org.aksw.commons.io.util.FileMerger
- PathUtils - Class in org.aksw.commons.io.util
- PathUtils() - Constructor for class org.aksw.commons.io.util.PathUtils
- position() - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- position(long) - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- progressListeners - Variable in class org.aksw.commons.io.util.FileMerger
R
- read(byte[], int, int) - Method in class net.sansa_stack.io.util.InputStreamWithZeroOffsetRead
- read(ByteBuffer) - Method in class net.sansa_stack.nio.util.InterruptingSeekableByteChannel
- read(ByteBuffer) - Method in interface org.aksw.commons.io.util.channel.ReadableByteChannelDecorator
- read(ByteBuffer) - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelFromInputStream
- read(ByteBuffer) - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelWithConditionalBound
- read(ByteBuffer) - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline
- read(ByteBuffer) - Method in class org.aksw.commons.io.util.channel.ReadableByteChannelWithoutCloseOnInterrupt
- read(ByteBuffer) - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- read(SeekableByteChannel, ByteBuffer, long) - Static method in class org.aksw.commons.io.nio.ChannelUtils
- ReadableByteChannelDecorator<T extends ReadableByteChannel> - Interface in org.aksw.commons.io.util.channel
- ReadableByteChannelDecoratorBase<T extends ReadableByteChannel> - Class in org.aksw.commons.io.util.channel
- ReadableByteChannelDecoratorBase(T) - Constructor for class org.aksw.commons.io.util.channel.ReadableByteChannelDecoratorBase
- ReadableByteChannelFromInputStream - Class in org.aksw.commons.io.util.channel
-
A replacement for Channels.newChannel with the following changes for interoperability with hadoop and our GenericRecordReader: - Does not close the underlying stream on interrupt - This implementation's read method just delegates to the input stream (without additional buffering / repeated reads).
- ReadableByteChannelFromInputStream(InputStream) - Constructor for class org.aksw.commons.io.util.channel.ReadableByteChannelFromInputStream
- ReadableByteChannelWithConditionalBound<T extends ReadableByteChannel> - Class in org.aksw.commons.io.util.channel
-
Readable byte channel wrapper that before every read checks for an end-of-file (eof) condition.
- ReadableByteChannelWithConditionalBound(T, ThrowingPredicate<? super ReadableByteChannelWithConditionalBound<T>>) - Constructor for class org.aksw.commons.io.util.channel.ReadableByteChannelWithConditionalBound
- ReadableByteChannelWithLimitByNewline<T extends SeekableByteChannel> - Class in org.aksw.commons.io.util.channel
- ReadableByteChannelWithLimitByNewline(T, long) - Constructor for class org.aksw.commons.io.util.channel.ReadableByteChannelWithLimitByNewline
- ReadableByteChannelWithoutCloseOnInterrupt - Class in org.aksw.commons.io.util.channel
-
ReadableByteChannel from an InputStream without closing the stream on interrupt as Channels.newChannel does.
- ReadableByteChannelWithoutCloseOnInterrupt(InputStream) - Constructor for class org.aksw.commons.io.util.channel.ReadableByteChannelWithoutCloseOnInterrupt
- readFully(ReadableByteChannel, ByteBuffer) - Static method in class org.aksw.commons.io.nio.ChannelUtils
-
Method akin to Apache IOUtils.readFully without sanity checking
- readFully(SeekableByteChannel, ByteBuffer, long) - Static method in class org.aksw.commons.io.nio.ChannelUtils
-
Read fully from a src channel at position srcPosition into a dst buffer.
- readObject(Path) - Static method in class org.aksw.commons.io.util.FileUtils
- readScattered(ReadableByteChannel, ByteBuffer[], int, int) - Static method in class org.aksw.commons.io.nio.ChannelUtils
- readSymbolicLink(Path) - Method in interface org.aksw.commons.io.util.symlink.SymbolicLinkStrategy
- readSymbolicLink(Path) - Method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- readSymbolicLink(Path) - Method in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyStandard
- readSymbolicLinks(SymbolicLinkStrategy, Path, Function<String, String>, String, String) - Static method in class org.aksw.commons.io.util.SymLinkUtils
-
Within 'sourceFolder' read all symbolic links with the pattern 'baseName${number}' and return a map with their targets.
- readSymLinkAbsolute(Path) - Static method in class org.aksw.commons.io.util.SymLinkUtils
-
Read a symbolic link and return and absolute path to its target.
- replaceQueryString(URI, String) - Static method in class org.aksw.commons.io.util.UriUtils
-
Returns a new URI with its query string replaced directly with the given argument (which must already be properly encoded)
- resolve(Path, Iterable<String>) - Static method in class org.aksw.commons.io.util.PathUtils
- resolve(Path, String...) - Static method in class org.aksw.commons.io.util.PathUtils
- resolveFsAndPath(String, String) - Static method in class org.aksw.commons.io.util.PathUtils
-
Create a path on a (possibly remote) file system via Java nio.
- resolvePath(String) - Static method in class org.aksw.commons.io.util.UriToPathUtils
-
Deprecated.
- resolvePath(URI) - Static method in class org.aksw.commons.io.util.UriToPathUtils
-
Deprecated.
- resolveSymLinkAbsolute(Path, Path) - Static method in class org.aksw.commons.io.util.SymLinkUtils
-
Given a path that is considered a symlink and its target, return the absolute path obtained by resolving the target (which may be a relative path) against the symlink.
- run() - Method in class org.aksw.commons.io.util.FileMerger
- runThread - Variable in class org.aksw.commons.io.util.FileMerger
S
- safeCreate(Path, Function<OutputStream, OutputStream>, FileUtils.OverwritePolicy, ThrowingConsumer<OutputStream>) - Static method in class org.aksw.commons.io.util.FileUtils
- safeCreate(Path, FileUtils.OverwritePolicy, ThrowingConsumer<OutputStream>) - Static method in class org.aksw.commons.io.util.FileUtils
- SeekableByteChannelDecorator - Interface in org.aksw.commons.io.util.channel
- SeekableByteChannelDecoratorBase<T extends SeekableByteChannel> - Class in net.sansa_stack.nio.util
- SeekableByteChannelDecoratorBase(T) - Constructor for class net.sansa_stack.nio.util.SeekableByteChannelDecoratorBase
- SeekableByteChannelWithCloseShield - Class in org.aksw.commons.io.util.channel
- SeekableByteChannelWithCloseShield(SeekableByteChannel) - Constructor for class org.aksw.commons.io.util.channel.SeekableByteChannelWithCloseShield
- size() - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- sizeOfDirectory(Path) - Static method in class org.aksw.commons.io.util.FileUtils
-
A java.nio variant of apache commons-io FileUtils.sizeOfDirectory.
- sizeOfDirectory(Path, PathMatcher) - Static method in class org.aksw.commons.io.util.FileUtils
-
A java.nio variant of apache commons-io FileUtils.sizeOfDirectory.
- SKIP - Enum constant in enum class org.aksw.commons.io.util.FileUtils.OverwritePolicy
-
Skip the write
- splitBySlash(String) - Static method in class org.aksw.commons.io.util.PathUtils
- STANDARD - Static variable in class org.aksw.commons.io.util.symlink.SymbolicLinkStrategies
- StdIo - Class in org.aksw.commons.io.util
-
A utility class to open (close-shielded) input/output streams from stdout, stderr and stdin.
- StdIo() - Constructor for class org.aksw.commons.io.util.StdIo
- streamSymbolicLinks(SymbolicLinkStrategy, Function<String, String>, String, String) - Static method in class org.aksw.commons.io.util.SymLinkUtils
- SymbolicLinkStrategies - Class in org.aksw.commons.io.util.symlink
- SymbolicLinkStrategies() - Constructor for class org.aksw.commons.io.util.symlink.SymbolicLinkStrategies
- SymbolicLinkStrategy - Interface in org.aksw.commons.io.util.symlink
- SymbolicLinkStrategyFile - Class in org.aksw.commons.io.util.symlink
-
Symlink strategy that creates ordinary files whose content is the string representation of the target path being linked to.
- SymbolicLinkStrategyFile(OpenOption...) - Constructor for class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyFile
- SymbolicLinkStrategyStandard - Class in org.aksw.commons.io.util.symlink
-
Symlink strategy based on the standard methods
Files.createSymbolicLink(Path, Path, java.nio.file.attribute.FileAttribute...)andFiles.readSymbolicLink(Path) - SymbolicLinkStrategyStandard() - Constructor for class org.aksw.commons.io.util.symlink.SymbolicLinkStrategyStandard
- SymLinkUtils - Class in org.aksw.commons.io.util
- SymLinkUtils() - Constructor for class org.aksw.commons.io.util.SymLinkUtils
- sync() - Method in interface org.aksw.commons.io.util.Sync
- Sync - Interface in org.aksw.commons.io.util
-
Interface meant for synchronizing the state of this object with some kind storage (another object, a file, a database, etc).
T
- targetOffset - Variable in class org.aksw.commons.io.util.PathTransfer
- testForEof - Variable in class org.aksw.commons.io.util.channel.ReadableByteChannelWithConditionalBound
- toMap(Multimap<K, V>, Supplier<? extends Map<K, V>>) - Static method in class org.aksw.commons.io.util.UriUtils
- toPathSegments(String) - Static method in class org.aksw.commons.io.util.UriToPathUtils
- toPathSegments(URI) - Static method in class org.aksw.commons.io.util.UriToPathUtils
- toQueryString(Multimap<String, String>) - Static method in class org.aksw.commons.io.util.UriUtils
- toQueryString(Collection<Map.Entry<String, String>>) - Static method in class org.aksw.commons.io.util.UriUtils
- totalTransferSize - Variable in class org.aksw.commons.io.util.FileMerger
- toURL(URI) - Static method in class org.aksw.commons.io.util.UriUtils
- transferFrom(SeekableByteChannel, ReadableByteChannel, long, long, int) - Static method in class org.aksw.commons.io.nio.ChannelUtils
- transferFromFully(FileChannel, FileChannel, long, long, Consumer<Long>) - Static method in class org.aksw.commons.io.util.FileChannelUtils
-
Repeatedly invoke
FileChannel.transferFrom(java.nio.channels.ReadableByteChannel, long, long)until length bytes were transferred. - transferFromFully(FileChannel, Path, long, long, Consumer<Long>) - Static method in class org.aksw.commons.io.util.FileChannelUtils
-
Invoke transferFrom on dest it with the given arguments; opens a file channel on src
- transferFromFully(FileChannel, PathTransfer, Consumer<Long>) - Static method in class org.aksw.commons.io.util.FileChannelUtils
-
Invoke transferFrom on dest with arguments based on pathTransfer
- transferred - Variable in class org.aksw.commons.io.util.FileMerger
- transferTo(OutputStream, InputStream, IntConsumer) - Static method in class org.aksw.commons.io.util.FileUtils
- transferTo(SeekableByteChannel, long, long, WritableByteChannel, int) - Static method in class org.aksw.commons.io.nio.ChannelUtils
- truncate(long) - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- tryNewURI(String) - Static method in class org.aksw.commons.io.util.UriUtils
- tryNewURL(String) - Static method in class org.aksw.commons.io.util.UrlUtils
U
- UriToPathUtils - Class in org.aksw.commons.io.util
- UriToPathUtils() - Constructor for class org.aksw.commons.io.util.UriToPathUtils
- UriUtils - Class in org.aksw.commons.io.util
- UriUtils() - Constructor for class org.aksw.commons.io.util.UriUtils
- UrlUtils - Class in org.aksw.commons.io.util
- UrlUtils() - Constructor for class org.aksw.commons.io.util.UrlUtils
V
- valueOf(String) - Static method in enum class org.aksw.commons.io.util.FileUtils.OverwritePolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.aksw.commons.io.util.FileUtils.OverwritePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WritableByteChannelWrapper - Interface in net.sansa_stack.nio.util
- WritableByteChannelWrapperBase<T extends WritableByteChannel> - Class in net.sansa_stack.nio.util
- WritableByteChannelWrapperBase(T) - Constructor for class net.sansa_stack.nio.util.WritableByteChannelWrapperBase
- write(ByteBuffer) - Method in interface net.sansa_stack.nio.util.WritableByteChannelWrapper
- write(ByteBuffer) - Method in interface org.aksw.commons.io.util.channel.SeekableByteChannelDecorator
- write(SeekableByteChannel, ByteBuffer, long) - Static method in class org.aksw.commons.io.nio.ChannelUtils
- writeFully(WritableByteChannel, ByteBuffer) - Static method in class org.aksw.commons.io.nio.ChannelUtils
- writeObject(Path, Object) - Static method in class org.aksw.commons.io.util.FileUtils
-
Most basic (and limited) serialization approach using ObjectOutputStream
- writeScattered(WritableByteChannel, ByteBuffer[], int, int) - Static method in class org.aksw.commons.io.nio.ChannelUtils
All Classes and Interfaces|All Packages