Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractPosApi - Class in net.thevpc.common.io
- AbstractPosApi() - Constructor for class net.thevpc.common.io.AbstractPosApi
- accept(String) - Method in interface net.thevpc.common.io.LineFilter
- accept(String) - Method in interface net.thevpc.common.io.PathFilter
- accept(URL) - Method in interface net.thevpc.common.io.URLFilter
- accept(JpsResult) - Method in interface net.thevpc.common.io.JpsResultFilter
- acceptArgument(int, String) - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- acceptArgument(int, String) - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- acceptEnvName(String, String) - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- acceptEnvName(String, String) - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- acceptRedirectError() - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- acceptRedirectError() - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- acceptRedirectInput() - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- acceptRedirectInput() - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- acceptRedirectOutput() - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- acceptRedirectOutput() - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- add(String, NonBlockingInputStream, OutputStream) - Method in class net.thevpc.common.io.MultiPipeThread
- addCommand(String...) - Method in class net.thevpc.common.io.ProcessBuilder2
- addCommand(List) - Method in class net.thevpc.common.io.ProcessBuilder2
- addEnv(Map) - Method in class net.thevpc.common.io.ProcessBuilder2
- addListener(TextListener) - Method in class net.thevpc.common.io.TextMonitor
- append(char) - Method in class net.thevpc.common.io.NullPrintStream
- append(CharSequence) - Method in class net.thevpc.common.io.NullPrintStream
- append(CharSequence, int, int) - Method in class net.thevpc.common.io.NullPrintStream
- append(String) - Method in class net.thevpc.common.io.URLParts
- append(URLPart) - Method in class net.thevpc.common.io.URLParts
- append(URLParts) - Method in class net.thevpc.common.io.URLParts
- appendHead(URLPart) - Method in class net.thevpc.common.io.URLParts
- available() - Method in class net.thevpc.common.io.DynamicInputStream
- available() - Method in class net.thevpc.common.io.MonitoredInputStream
- available() - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
- available() - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- available() - Method in class net.thevpc.common.io.NonClosableInputStream
- available() - Method in class net.thevpc.common.io.UnclosableInputStream
B
- backward() - Method in class net.thevpc.common.io.RandomAccessLineReader
- BACKWARD - Enum constant in enum class net.thevpc.common.io.RandomAccessOrientation
- buildUrl(String, String) - Static method in class net.thevpc.common.io.URLUtils
- ByteArrayPrintStream - Class in net.thevpc.common.io
- ByteArrayPrintStream() - Constructor for class net.thevpc.common.io.ByteArrayPrintStream
- ByteArrayPrintStream(ByteArrayOutputStream) - Constructor for class net.thevpc.common.io.ByteArrayPrintStream
- ByteArrayPrintWriter - Class in net.thevpc.common.io
- ByteArrayPrintWriter() - Constructor for class net.thevpc.common.io.ByteArrayPrintWriter
- ByteArrayPrintWriter(ByteArrayOutputStream) - Constructor for class net.thevpc.common.io.ByteArrayPrintWriter
C
- canonize(File) - Static method in class net.thevpc.common.io.FileUtils
- changeFileExtension(File, String) - Static method in class net.thevpc.common.io.FileUtils
- changeFileSuffix(File, String) - Static method in class net.thevpc.common.io.FileUtils
- checkError() - Method in class net.thevpc.common.io.NullPrintStream
- close() - Method in class net.thevpc.common.io.MonitoredInputStream
- close() - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Closes this input stream and releases any system resources associated with the stream.
- close() - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- close() - Method in class net.thevpc.common.io.NonClosableOutputStream
- close() - Method in class net.thevpc.common.io.NullOutputStream
- close() - Method in class net.thevpc.common.io.NullPrintStream
- close() - Method in class net.thevpc.common.io.PrintStreamWriter
- close() - Method in class net.thevpc.common.io.RandomAccessLineReader
- close() - Method in class net.thevpc.common.io.UnclosableInputStream
- CommandStringFormatterAdapter() - Constructor for class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- computeCRC(byte[]) - Static method in class net.thevpc.common.io.IOUtils
- computeCRC(File) - Static method in class net.thevpc.common.io.IOUtils
- computeCRC(InputStream) - Static method in class net.thevpc.common.io.IOUtils
- computeCRC(Reader) - Static method in class net.thevpc.common.io.IOUtils
- concatPath(char, String...) - Static method in class net.thevpc.common.io.IOUtils
- contains(String, LineFilter) - Static method in class net.thevpc.common.io.TextFiles
- contains(LineSource, LineFilter) - Static method in class net.thevpc.common.io.TextFiles
- copy(File, File) - Static method in class net.thevpc.common.io.IOUtils
-
copy le flux d'entree dans le lux de sortie
- copy(File, File, boolean) - Static method in class net.thevpc.common.io.IOUtils
- copy(File, File, int) - Static method in class net.thevpc.common.io.IOUtils
-
copy stream
- copy(File, OutputStream) - Static method in class net.thevpc.common.io.IOUtils
-
copy le flux d'entree dans le lux de sortie
- copy(File, OutputStream, boolean) - Static method in class net.thevpc.common.io.IOUtils
- copy(File, OutputStream, int) - Static method in class net.thevpc.common.io.IOUtils
-
copy stream
- copy(InputStream, File) - Static method in class net.thevpc.common.io.IOUtils
-
copy le flux d'entree dans le lux de sortie
- copy(InputStream, File, boolean, boolean) - Static method in class net.thevpc.common.io.IOUtils
- copy(InputStream, File, boolean, boolean, FileValidator) - Static method in class net.thevpc.common.io.IOUtils
- copy(InputStream, File, int) - Static method in class net.thevpc.common.io.IOUtils
-
copy le flux d'entree dans le lux de sortie
- copy(InputStream, OutputStream) - Static method in class net.thevpc.common.io.IOUtils
-
copy le flux d'entree dans le lux de sortie
- copy(InputStream, OutputStream, boolean, boolean) - Static method in class net.thevpc.common.io.IOUtils
- copy(InputStream, OutputStream, boolean, boolean, StopMonitor) - Static method in class net.thevpc.common.io.IOUtils
- copy(InputStream, OutputStream, int) - Static method in class net.thevpc.common.io.IOUtils
-
copy le flux d'entree dans le lux de sortie
- copy(Reader, OutputStream, boolean, boolean) - Static method in class net.thevpc.common.io.IOUtils
- copy(String, File, boolean) - Static method in class net.thevpc.common.io.IOUtils
- copy(URL, File) - Static method in class net.thevpc.common.io.IOUtils
- copy(URL, File, boolean) - Static method in class net.thevpc.common.io.IOUtils
- copy(NonBlockingInputStream, OutputStream, boolean, boolean, StopMonitor) - Static method in class net.thevpc.common.io.IOUtils
- copyTo(Path) - Method in interface net.thevpc.common.io.InputStreamSource
- copyTree(File, File) - Static method in class net.thevpc.common.io.FileUtils
- copyTree(File, File, FileFilter) - Static method in class net.thevpc.common.io.FileUtils
- countLines() - Method in class net.thevpc.common.io.RandomAccessLineReader
- countLines(String) - Static method in class net.thevpc.common.io.TextFiles
- countLines(String, LineFilter) - Static method in class net.thevpc.common.io.TextFiles
- countLines(LineSource) - Static method in class net.thevpc.common.io.TextFiles
- countLines(LineSource, LineFilter) - Static method in class net.thevpc.common.io.TextFiles
- countReadableLines() - Method in class net.thevpc.common.io.RandomAccessLineReader
- create(InputStream, String) - Static method in class net.thevpc.common.io.TextFiles
- create(Object) - Static method in class net.thevpc.common.io.PathInfo
- create(String) - Static method in class net.thevpc.common.io.TextFiles
- create(Path) - Static method in class net.thevpc.common.io.TextFiles
- createExtensionFilter(FileUtils.ExtentionFilterOptions, String...) - Static method in class net.thevpc.common.io.FileUtils
- createLineSource(File) - Method in class net.thevpc.common.io.DefaultLineSourceFactory
- createLineSource(File) - Method in interface net.thevpc.common.io.LineSourceFactory
- createLineSource(InputStream, String) - Method in class net.thevpc.common.io.DefaultLineSourceFactory
- createLineSource(InputStream, String) - Method in interface net.thevpc.common.io.LineSourceFactory
- createLineSource(Path) - Method in class net.thevpc.common.io.DefaultLineSourceFactory
- createLineSource(Path) - Method in interface net.thevpc.common.io.LineSourceFactory
- createParents(File) - Static method in class net.thevpc.common.io.FileUtils
- createTempFile(URL) - Static method in class net.thevpc.common.io.FileUtils
D
- DEFAULT_BUFFER_SIZE - Static variable in class net.thevpc.common.io.IOUtils
-
taille par defaut du buffer de transfer
- DefaultLineSourceFactory - Class in net.thevpc.common.io
- DefaultLineSourceFactory() - Constructor for class net.thevpc.common.io.DefaultLineSourceFactory
- delete(File) - Static method in class net.thevpc.common.io.IOUtils
- delete(Path) - Static method in class net.thevpc.common.io.IOUtils
- deleteFolderTree(File, FileFilter) - Static method in class net.thevpc.common.io.FileUtils
- DeleteResult - Class in net.thevpc.common.io
- DeleteResult(int, int, int) - Constructor for class net.thevpc.common.io.DeleteResult
- DynamicInputStream - Class in net.thevpc.common.io
- DynamicInputStream(int) - Constructor for class net.thevpc.common.io.DynamicInputStream
E
- expandFile(String) - Static method in class net.thevpc.common.io.FileUtils
- expandPath(String) - Static method in class net.thevpc.common.io.FileUtils
-
path expansion replaces ~ with ${user.home} property value
- expandPath(String, File) - Static method in class net.thevpc.common.io.FileUtils
- ExtentionFilterOptions() - Constructor for class net.thevpc.common.io.FileUtils.ExtentionFilterOptions
- extractFirstPath(InputStream, Set, OutputStream, boolean) - Static method in class net.thevpc.common.io.ZipUtils
F
- FallbackPosApi - Class in net.thevpc.common.io
- FallbackPosApi() - Constructor for class net.thevpc.common.io.FallbackPosApi
- fileLength() - Method in class net.thevpc.common.io.RandomAccessLineReader
- FileUtils - Class in net.thevpc.common.io
- FileUtils() - Constructor for class net.thevpc.common.io.FileUtils
- FileUtils.ExtentionFilterOptions - Class in net.thevpc.common.io
- FileValidationException - Exception Class in net.thevpc.common.io
- FileValidationException() - Constructor for exception class net.thevpc.common.io.FileValidationException
- FileValidationException(IOException) - Constructor for exception class net.thevpc.common.io.FileValidationException
- FileValidationException(String) - Constructor for exception class net.thevpc.common.io.FileValidationException
- FileValidationException(String, Throwable) - Constructor for exception class net.thevpc.common.io.FileValidationException
- FileValidator - Interface in net.thevpc.common.io
- filterExceptions(InputStreamSource, boolean) - Static method in class net.thevpc.common.io.IOUtils
- findFilePathsOrError(String, File, FileFilter) - Static method in class net.thevpc.common.io.FileUtils
- findFiles(String, File, FileFilter) - Static method in class net.thevpc.common.io.FileUtils
- findFiles(String, String, File, FileFilter) - Static method in class net.thevpc.common.io.FileUtils
- findFilesOrError(String, File, FileFilter) - Static method in class net.thevpc.common.io.FileUtils
- findJavaProcessList(String, boolean, boolean, JpsResultFilter) - Method in class net.thevpc.common.io.AbstractPosApi
- findJavaProcessList(String, boolean, boolean, JpsResultFilter) - Method in class net.thevpc.common.io.FallbackPosApi
- findJavaProcessList(String, boolean, boolean, JpsResultFilter) - Method in interface net.thevpc.common.io.PosApi
- flush() - Method in class net.thevpc.common.io.NonClosableOutputStream
- flush() - Method in class net.thevpc.common.io.NullOutputStream
- flush() - Method in class net.thevpc.common.io.NullPrintStream
- flush() - Method in class net.thevpc.common.io.PrintStreamWriter
- Folder(String, String, FileFilter) - Constructor for class net.thevpc.common.io.ZipUtils.Folder
- formatPath(String, String, String) - Static method in class net.thevpc.common.io.PathInfo
- forward() - Method in class net.thevpc.common.io.RandomAccessLineReader
- FORWARD - Enum constant in enum class net.thevpc.common.io.RandomAccessOrientation
G
- get() - Static method in class net.thevpc.common.io.PosApis
- getAbsoluteFile(File) - Static method in class net.thevpc.common.io.FileUtils
- getAbsoluteFile(File, File) - Static method in class net.thevpc.common.io.FileUtils
- getAbsoluteFile(File, String) - Static method in class net.thevpc.common.io.FileUtils
- getAbsoluteFile2(String, String) - Static method in class net.thevpc.common.io.FileUtils
-
should promote this to FileUtils !!
- getAbsolutePath(File, String) - Static method in class net.thevpc.common.io.FileUtils
- getAbsolutePath(String) - Static method in class net.thevpc.common.io.FileUtils
- getArgsLine() - Method in class net.thevpc.common.io.JpsResult
- getAvailableCount() - Method in class net.thevpc.common.io.DynamicInputStream
- getBaseName() - Method in class net.thevpc.common.io.PathInfo
- getBest(String, String) - Static method in class net.thevpc.common.io.TextFiles
- getCanonicalPath(File) - Static method in class net.thevpc.common.io.FileUtils
- getChildren(boolean, boolean, URLFilter) - Method in class net.thevpc.common.io.URLParts
- getClassName() - Method in class net.thevpc.common.io.JpsResult
- getCommand() - Method in class net.thevpc.common.io.ProcessBuilder2
- getCommandString() - Method in class net.thevpc.common.io.ProcessBuilder2
- getCommandString(ProcessBuilder2.CommandStringFormatter) - Method in class net.thevpc.common.io.ProcessBuilder2
- getContentEncoding() - Method in class net.thevpc.common.io.URLHeaderInfo
- getContentLength() - Method in class net.thevpc.common.io.URLHeaderInfo
- getContentType() - Method in class net.thevpc.common.io.URLHeaderInfo
- getDeletedFilesCount() - Method in class net.thevpc.common.io.DeleteResult
- getDeletedFolfersCount() - Method in class net.thevpc.common.io.DeleteResult
- getDirectory() - Method in class net.thevpc.common.io.ProcessBuilder2
- getDirName() - Method in class net.thevpc.common.io.PathInfo
- getEnv() - Method in class net.thevpc.common.io.ProcessBuilder2
- getErr() - Method in class net.thevpc.common.io.ProcessBuilder2
- getErrorString() - Method in class net.thevpc.common.io.ProcessBuilder2
- getException() - Method in class net.thevpc.common.io.InputStreamEvent
- getExtensionPart() - Method in class net.thevpc.common.io.PathInfo
- getFailedDeletionCount() - Method in class net.thevpc.common.io.DeleteResult
- getFileBaseName(File) - Static method in class net.thevpc.common.io.FileUtils
-
retourne le nom du fichier (sans l'extension)
- getFileBaseName(String) - Static method in class net.thevpc.common.io.FileUtils
- getFileExtension(File) - Static method in class net.thevpc.common.io.FileUtils
- getFileExtension(String) - Static method in class net.thevpc.common.io.FileUtils
-
file extension
- getFileName(String) - Static method in class net.thevpc.common.io.FileUtils
- getFileNameWithoutExtension(File) - Static method in class net.thevpc.common.io.FileUtils
-
retourne le nom du fichier (sans l'extension)
- getFileNameWithoutExtension(String) - Static method in class net.thevpc.common.io.FileUtils
- getFileParentPath(String) - Static method in class net.thevpc.common.io.FileUtils
- getFilePath(File) - Static method in class net.thevpc.common.io.FileUtils
-
try to return CanonicalPath otherwise AbsolutePath
- getGlobalCount() - Method in class net.thevpc.common.io.InputStreamEvent
- getGlobalMillis() - Method in class net.thevpc.common.io.InputStreamEvent
- getIn() - Method in class net.thevpc.common.io.PipeThread
- getIn() - Method in class net.thevpc.common.io.ProcessBuilder2
- getInputStream() - Method in class net.thevpc.common.io.URLParts
- getLastLineNumber() - Method in class net.thevpc.common.io.RandomAccessLineReader
- getLastModified() - Method in class net.thevpc.common.io.URLHeaderInfo
- getLastPart() - Method in class net.thevpc.common.io.URLParts
- getLength() - Method in class net.thevpc.common.io.InputStreamEvent
- getLine() - Method in class net.thevpc.common.io.TextEvent
- getLineSourceFactories() - Static method in class net.thevpc.common.io.TextFiles
- getName() - Method in interface net.thevpc.common.io.InputStreamSource
- getName() - Method in class net.thevpc.common.io.URLPart
- getName() - Method in class net.thevpc.common.io.URLParts
- getNameExtension(String) - Static method in class net.thevpc.common.io.FileUtils
- getNamePart() - Method in class net.thevpc.common.io.PathInfo
- getNameWithExtension(String, String) - Static method in class net.thevpc.common.io.FileUtils
- getNativePath(String) - Static method in class net.thevpc.common.io.FileUtils
- getNextLineNumber() - Method in class net.thevpc.common.io.RandomAccessLineReader
- getOrientation() - Method in class net.thevpc.common.io.RandomAccessLineReader
- getOut() - Method in class net.thevpc.common.io.PipeThread
- getOut() - Method in class net.thevpc.common.io.ProcessBuilder2
- getOutputString() - Method in class net.thevpc.common.io.ProcessBuilder2
- getParent() - Method in class net.thevpc.common.io.URLParts
- getPartialCount() - Method in class net.thevpc.common.io.InputStreamEvent
- getPartialMillis() - Method in class net.thevpc.common.io.InputStreamEvent
- getPath() - Method in class net.thevpc.common.io.URLPart
- getPathInfo(File) - Static method in class net.thevpc.common.io.IOUtils
- getPathInfo(String) - Static method in class net.thevpc.common.io.IOUtils
- getPathInfo(URL) - Static method in class net.thevpc.common.io.IOUtils
- getPathName() - Method in class net.thevpc.common.io.PathInfo
- getPid() - Method in class net.thevpc.common.io.JpsResult
- getProc() - Method in class net.thevpc.common.io.ProcessBuilder2
- getProcess() - Method in class net.thevpc.common.io.ProcessBuilder2
- getRedirectError() - Method in class net.thevpc.common.io.ProcessBuilder2
- getRedirectInput() - Method in class net.thevpc.common.io.ProcessBuilder2
- getRedirectOutput() - Method in class net.thevpc.common.io.ProcessBuilder2
- getRelativePath(File, File) - Static method in class net.thevpc.common.io.FileUtils
-
relative path
- getResult() - Method in class net.thevpc.common.io.ProcessBuilder2
- getSleepMillis() - Method in class net.thevpc.common.io.ProcessBuilder2
- getSource() - Method in class net.thevpc.common.io.InputStreamEvent
- getSource() - Method in interface net.thevpc.common.io.InputStreamSource
- getSource() - Method in interface net.thevpc.common.io.OutputStreamSource
- getSource() - Method in class net.thevpc.common.io.TextEvent
- getSourceName() - Method in class net.thevpc.common.io.InputStreamEvent
- getSupport(String, String) - Method in class net.thevpc.common.io.DefaultLineSourceFactory
- getSupport(String, String) - Method in interface net.thevpc.common.io.LineSourceFactory
- getType() - Method in class net.thevpc.common.io.URLPart
- getUrl() - Method in class net.thevpc.common.io.URLHeaderInfo
- getURLFilePath(String) - Static method in class net.thevpc.common.io.URLUtils
- getURLHeader(URL) - Static method in class net.thevpc.common.io.URLUtils
- getURLName(URL) - Static method in class net.thevpc.common.io.URLUtils
- getURLProtocol(String) - Static method in class net.thevpc.common.io.URLUtils
- grabErrorString() - Method in class net.thevpc.common.io.ProcessBuilder2
- grabOutputString() - Method in class net.thevpc.common.io.ProcessBuilder2
H
- hasMore() - Method in class net.thevpc.common.io.RandomAccessLineReader
- hasMoreBytes() - Method in interface net.thevpc.common.io.NonBlockingInputStream
- hasMoreBytes() - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- head(String, int, PrintStream) - Static method in class net.thevpc.common.io.TextFiles
- head(LineSource, int, PrintStream) - Static method in class net.thevpc.common.io.TextFiles
I
- inheritIO() - Method in class net.thevpc.common.io.ProcessBuilder2
- InputStreamEvent - Class in net.thevpc.common.io
- InputStreamEvent(Object, String, long, long, long, long, long, Throwable) - Constructor for class net.thevpc.common.io.InputStreamEvent
- InputStreamMonitor - Interface in net.thevpc.common.io
- InputStreamSource - Interface in net.thevpc.common.io
- InputStreamVisitor - Interface in net.thevpc.common.io
- INSTANCE - Static variable in class net.thevpc.common.io.NullOutputStream
- INSTANCE - Static variable in class net.thevpc.common.io.NullPrintStream
- IOUtils - Class in net.thevpc.common.io
- IOUtils() - Constructor for class net.thevpc.common.io.IOUtils
- isAbsolutePath(String) - Static method in class net.thevpc.common.io.FileUtils
- isAlwaysAcceptFolders() - Method in class net.thevpc.common.io.FileUtils.ExtentionFilterOptions
- isEmpty() - Method in class net.thevpc.common.io.MultiPipeThread
- isFailFast() - Method in class net.thevpc.common.io.ProcessBuilder2
- isFilePath(String) - Static method in class net.thevpc.common.io.FileUtils
- isFileURL(String) - Static method in class net.thevpc.common.io.URLUtils
- isFileURL(URL) - Static method in class net.thevpc.common.io.URLUtils
- isFolderWritable(File) - Static method in class net.thevpc.common.io.FileUtils
- isGrabErrorString() - Method in class net.thevpc.common.io.ProcessBuilder2
- isGrabOutputString() - Method in class net.thevpc.common.io.ProcessBuilder2
- isIgnoreCase() - Method in class net.thevpc.common.io.FileUtils.ExtentionFilterOptions
- isRedirectErrorStream() - Method in class net.thevpc.common.io.ProcessBuilder2
- isRemoteURL(String) - Static method in class net.thevpc.common.io.URLUtils
- isSkipRoot() - Method in class net.thevpc.common.io.UnzipOptions
- isSkipRoot() - Method in class net.thevpc.common.io.ZipOptions
- isStopped() - Method in class net.thevpc.common.io.MultiPipeThread
- isStopped() - Method in class net.thevpc.common.io.PipeThread
- isSupportedFindJavaProcessList() - Method in class net.thevpc.common.io.AbstractPosApi
- isSupportedFindJavaProcessList() - Method in class net.thevpc.common.io.FallbackPosApi
- isSupportedFindJavaProcessList() - Method in class net.thevpc.common.io.LinuxPosApi
- isSupportedFindJavaProcessList() - Method in interface net.thevpc.common.io.PosApi
- isSupportedKillProcess() - Method in class net.thevpc.common.io.AbstractPosApi
- isSupportedKillProcess() - Method in class net.thevpc.common.io.FallbackPosApi
- isSupportedKillProcess() - Method in class net.thevpc.common.io.LinuxPosApi
- isSupportedKillProcess() - Method in interface net.thevpc.common.io.PosApi
- isTempFile() - Method in class net.thevpc.common.io.ZipOptions
- isURL(String) - Static method in class net.thevpc.common.io.URLUtils
- isValidInputStreamSource(Class) - Static method in class net.thevpc.common.io.IOUtils
- iterator() - Method in class net.thevpc.common.io.TextMonitor
J
- JpsResult - Class in net.thevpc.common.io
- JpsResult(String, String, String) - Constructor for class net.thevpc.common.io.JpsResult
- JpsResultFilter - Interface in net.thevpc.common.io
K
- killProcess(String) - Method in class net.thevpc.common.io.AbstractPosApi
- killProcess(String) - Method in class net.thevpc.common.io.FallbackPosApi
- killProcess(String) - Method in class net.thevpc.common.io.LinuxPosApi
- killProcess(String) - Method in interface net.thevpc.common.io.PosApi
L
- LineFilter - Interface in net.thevpc.common.io
- LineSource - Interface in net.thevpc.common.io
- LineSourceFactory - Interface in net.thevpc.common.io
- LineVisitor - Interface in net.thevpc.common.io
- LinuxPosApi - Class in net.thevpc.common.io
- LinuxPosApi() - Constructor for class net.thevpc.common.io.LinuxPosApi
- loadByteArray(File) - Static method in class net.thevpc.common.io.IOUtils
- loadByteArray(File, int) - Static method in class net.thevpc.common.io.IOUtils
- loadByteArray(InputStream) - Static method in class net.thevpc.common.io.IOUtils
- loadByteArray(InputStream, boolean) - Static method in class net.thevpc.common.io.IOUtils
- loadByteArray(InputStream, int, boolean) - Static method in class net.thevpc.common.io.IOUtils
- loadByteArray(URL) - Static method in class net.thevpc.common.io.IOUtils
- loadCharArray(InputStream) - Static method in class net.thevpc.common.io.IOUtils
- loadCharArray(Reader) - Static method in class net.thevpc.common.io.IOUtils
- loadCharArray(InputStreamSource) - Static method in class net.thevpc.common.io.IOUtils
- loadObject(String) - Static method in class net.thevpc.common.io.IOUtils
- loadObject2(String) - Static method in class net.thevpc.common.io.IOUtils
- loadProperties(File) - Static method in class net.thevpc.common.io.IOUtils
- loadProperties(File, boolean) - Static method in class net.thevpc.common.io.IOUtils
- loadProperties(URL) - Static method in class net.thevpc.common.io.IOUtils
- loadProperties(Path) - Static method in class net.thevpc.common.io.IOUtils
- loadProperties(InputStreamSource) - Static method in class net.thevpc.common.io.IOUtils
- loadString(File) - Static method in class net.thevpc.common.io.IOUtils
- loadString(InputStream) - Static method in class net.thevpc.common.io.IOUtils
- loadString(InputStream, boolean) - Static method in class net.thevpc.common.io.IOUtils
- loadString(Reader) - Static method in class net.thevpc.common.io.IOUtils
- loadString(URL) - Static method in class net.thevpc.common.io.IOUtils
- loadString(InputStreamSource) - Static method in class net.thevpc.common.io.IOUtils
- loadStringArray(InputStreamSource) - Static method in class net.thevpc.common.io.IOUtils
- loadURLProperties(String) - Static method in class net.thevpc.common.io.IOUtils
- loadURLProperties(URL) - Static method in class net.thevpc.common.io.IOUtils
- loadXMLProperties(File) - Static method in class net.thevpc.common.io.IOUtils
- loadXMLProperties(InputStreamSource) - Static method in class net.thevpc.common.io.IOUtils
- loadZippedObject(String) - Static method in class net.thevpc.common.io.IOUtils
M
- mark(int) - Method in class net.thevpc.common.io.MonitoredInputStream
- mark(int) - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class net.thevpc.common.io.NonClosableInputStream
- mark(int) - Method in class net.thevpc.common.io.UnclosableInputStream
- markSupported() - Method in class net.thevpc.common.io.MonitoredInputStream
- markSupported() - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Tests if this input stream supports the
markandresetmethods. - markSupported() - Method in class net.thevpc.common.io.NonClosableInputStream
- markSupported() - Method in class net.thevpc.common.io.UnclosableInputStream
- mkdirs(File, String...) - Static method in class net.thevpc.common.io.FileUtils
- monitor(InputStream, Object, String, long, InputStreamMonitor) - Static method in class net.thevpc.common.io.IOUtils
- monitor(URL, InputStreamMonitor) - Static method in class net.thevpc.common.io.IOUtils
- MonitoredInputStream - Class in net.thevpc.common.io
- MonitoredInputStream(InputStream, Object, String, long, InputStreamMonitor) - Constructor for class net.thevpc.common.io.MonitoredInputStream
- MultiPipeThread - Class in net.thevpc.common.io
- MultiPipeThread(String) - Constructor for class net.thevpc.common.io.MultiPipeThread
N
- net.thevpc.common.io - package net.thevpc.common.io
- nextBackwardLine() - Method in class net.thevpc.common.io.RandomAccessLineReader
- nextForwardLine() - Method in class net.thevpc.common.io.RandomAccessLineReader
- nextLine(String) - Method in interface net.thevpc.common.io.LineVisitor
- noMoreBytes() - Method in interface net.thevpc.common.io.NonBlockingInputStream
- noMoreBytes() - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- NonBlockingInputStream - Interface in net.thevpc.common.io
- NonBlockingInputStreamAdapter - Class in net.thevpc.common.io
- NonBlockingInputStreamAdapter(String, InputStream) - Constructor for class net.thevpc.common.io.NonBlockingInputStreamAdapter
- NonClosableInputStream - Class in net.thevpc.common.io
- NonClosableInputStream(InputStream) - Constructor for class net.thevpc.common.io.NonClosableInputStream
- NonClosableOutputStream - Class in net.thevpc.common.io
- NonClosableOutputStream(OutputStream) - Constructor for class net.thevpc.common.io.NonClosableOutputStream
- NULL_OUTPUT_STREAM - Static variable in class net.thevpc.common.io.IOUtils
- NULL_PRINT_STREAM - Static variable in class net.thevpc.common.io.IOUtils
- NullOutputStream - Class in net.thevpc.common.io
- NullPrintStream - Class in net.thevpc.common.io
O
- onComplete(InputStreamEvent) - Method in interface net.thevpc.common.io.InputStreamMonitor
- onProgress(InputStreamEvent) - Method in interface net.thevpc.common.io.InputStreamMonitor
- onStart(InputStreamEvent) - Method in interface net.thevpc.common.io.InputStreamMonitor
- onText(TextEvent) - Method in interface net.thevpc.common.io.TextListener
- open() - Method in interface net.thevpc.common.io.InputStreamSource
- open() - Method in interface net.thevpc.common.io.OutputStreamSource
- OutputStreamSource - Interface in net.thevpc.common.io
P
- parseHttpDate(String) - Static method in class net.thevpc.common.io.URLUtils
- PathFilter - Interface in net.thevpc.common.io
- PathInfo - Class in net.thevpc.common.io
- PathValidator - Interface in net.thevpc.common.io
- pipe(String, NonBlockingInputStream, OutputStream) - Static method in class net.thevpc.common.io.IOUtils
- PipeThread - Class in net.thevpc.common.io
- PipeThread(String, NonBlockingInputStream, OutputStream) - Constructor for class net.thevpc.common.io.PipeThread
- PosApi - Interface in net.thevpc.common.io
- PosApis - Class in net.thevpc.common.io
- PosApis() - Constructor for class net.thevpc.common.io.PosApis
- print(boolean) - Method in class net.thevpc.common.io.NullPrintStream
- print(char) - Method in class net.thevpc.common.io.NullPrintStream
- print(char[]) - Method in class net.thevpc.common.io.NullPrintStream
- print(double) - Method in class net.thevpc.common.io.NullPrintStream
- print(float) - Method in class net.thevpc.common.io.NullPrintStream
- print(int) - Method in class net.thevpc.common.io.NullPrintStream
- print(long) - Method in class net.thevpc.common.io.NullPrintStream
- print(Object) - Method in class net.thevpc.common.io.NullPrintStream
- print(String) - Method in class net.thevpc.common.io.NullPrintStream
- printf(String, Object...) - Method in class net.thevpc.common.io.NullPrintStream
- printf(Locale, String, Object...) - Method in class net.thevpc.common.io.NullPrintStream
- println() - Method in class net.thevpc.common.io.NullPrintStream
- println(boolean) - Method in class net.thevpc.common.io.NullPrintStream
- println(char) - Method in class net.thevpc.common.io.NullPrintStream
- println(char[]) - Method in class net.thevpc.common.io.NullPrintStream
- println(double) - Method in class net.thevpc.common.io.NullPrintStream
- println(float) - Method in class net.thevpc.common.io.NullPrintStream
- println(int) - Method in class net.thevpc.common.io.NullPrintStream
- println(long) - Method in class net.thevpc.common.io.NullPrintStream
- println(Object) - Method in class net.thevpc.common.io.NullPrintStream
- println(String) - Method in class net.thevpc.common.io.NullPrintStream
- PrintStreamWriter - Class in net.thevpc.common.io
- PrintStreamWriter(PrintStream) - Constructor for class net.thevpc.common.io.PrintStreamWriter
- PrivateStringUtils - Class in net.thevpc.common.io
- PrivateStringUtils() - Constructor for class net.thevpc.common.io.PrivateStringUtils
- probeContentType(File) - Static method in class net.thevpc.common.io.FileUtils
- probeContentType(String) - Static method in class net.thevpc.common.io.FileUtils
- probeContentType(URL) - Static method in class net.thevpc.common.io.FileUtils
- process() - Method in class net.thevpc.common.io.TextMonitor
- ProcessBuilder2 - Class in net.thevpc.common.io
-
/ .setErr(System.err)
- ProcessBuilder2() - Constructor for class net.thevpc.common.io.ProcessBuilder2
- ProcessBuilder2.CommandStringFormatter - Interface in net.thevpc.common.io
- ProcessBuilder2.CommandStringFormatterAdapter - Class in net.thevpc.common.io
- push(byte[]) - Method in class net.thevpc.common.io.DynamicInputStream
- push(byte[], int, int) - Method in class net.thevpc.common.io.DynamicInputStream
R
- RandomAccessLineReader - Class in net.thevpc.common.io
- RandomAccessLineReader(File) - Constructor for class net.thevpc.common.io.RandomAccessLineReader
- RandomAccessOrientation - Enum Class in net.thevpc.common.io
- read() - Method in class net.thevpc.common.io.DynamicInputStream
- read() - Method in class net.thevpc.common.io.MonitoredInputStream
- read() - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Reads the next byte of data from the input stream.
- read() - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- read() - Method in class net.thevpc.common.io.NonClosableInputStream
- read() - Method in class net.thevpc.common.io.UnclosableInputStream
- read(byte[]) - Method in class net.thevpc.common.io.MonitoredInputStream
- read(byte[]) - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Reads some number of bytes from the input stream and stores them into the buffer array
b. - read(byte[]) - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- read(byte[]) - Method in class net.thevpc.common.io.NonClosableInputStream
- read(byte[]) - Method in class net.thevpc.common.io.UnclosableInputStream
- read(byte[], int, int) - Method in class net.thevpc.common.io.DynamicInputStream
- read(byte[], int, int) - Method in class net.thevpc.common.io.MonitoredInputStream
- read(byte[], int, int) - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Reads up to
lenbytes of data from the input stream into an array of bytes. - read(byte[], int, int) - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- read(byte[], int, int) - Method in class net.thevpc.common.io.NonClosableInputStream
- read(byte[], int, int) - Method in class net.thevpc.common.io.UnclosableInputStream
- read(LineVisitor) - Method in interface net.thevpc.common.io.LineSource
- readLine() - Method in class net.thevpc.common.io.RandomAccessLineReader
- readLine(long) - Method in class net.thevpc.common.io.RandomAccessLineReader
-
read string at the given line number.
- readNext() - Method in class net.thevpc.common.io.RandomAccessLineReader
- readNonBlocking(byte[]) - Method in interface net.thevpc.common.io.NonBlockingInputStream
- readNonBlocking(byte[]) - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- readNonBlocking(byte[], int, int) - Method in interface net.thevpc.common.io.NonBlockingInputStream
- readNonBlocking(byte[], int, int) - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- readNonBlocking(byte[], int, int, long) - Method in interface net.thevpc.common.io.NonBlockingInputStream
- readNonBlocking(byte[], int, int, long) - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- readNonBlocking(byte[], long) - Method in interface net.thevpc.common.io.NonBlockingInputStream
- readNonBlocking(byte[], long) - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- readPrevious() - Method in class net.thevpc.common.io.RandomAccessLineReader
- redirectError(File) - Method in class net.thevpc.common.io.ProcessBuilder2
- redirectErrorStream() - Method in class net.thevpc.common.io.ProcessBuilder2
- redirectInput(File) - Method in class net.thevpc.common.io.ProcessBuilder2
- redirectInput(ProcessBuilder.Redirect) - Method in class net.thevpc.common.io.ProcessBuilder2
- redirectOutput(File) - Method in class net.thevpc.common.io.ProcessBuilder2
- redirectOutput(ProcessBuilder.Redirect) - Method in class net.thevpc.common.io.ProcessBuilder2
- removeListener(TextListener) - Method in class net.thevpc.common.io.TextMonitor
- replaceAllInFile(File, String, String) - Static method in class net.thevpc.common.io.FileUtils
- replaceArgument(int, String) - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- replaceArgument(int, String) - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- replaceEnvName(String, String) - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- replaceEnvName(String, String) - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- replaceEnvValue(String, String) - Method in interface net.thevpc.common.io.ProcessBuilder2.CommandStringFormatter
- replaceEnvValue(String, String) - Method in class net.thevpc.common.io.ProcessBuilder2.CommandStringFormatterAdapter
- replaceInFile(File, String, String) - Static method in class net.thevpc.common.io.FileUtils
- replaceInFolder(File, FileFilter, boolean, String, String) - Static method in class net.thevpc.common.io.FileUtils
- requestMore() - Method in class net.thevpc.common.io.DynamicInputStream
- requestStop() - Method in class net.thevpc.common.io.MultiPipeThread
- requestStop() - Method in class net.thevpc.common.io.PipeThread
- reset() - Method in class net.thevpc.common.io.MonitoredInputStream
- reset() - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Repositions this stream to the position at the time the
markmethod was last called on this input stream. - reset() - Method in class net.thevpc.common.io.NonClosableInputStream
- reset() - Method in class net.thevpc.common.io.UnclosableInputStream
- run() - Method in class net.thevpc.common.io.MultiPipeThread
- run() - Method in class net.thevpc.common.io.PipeThread
S
- saveObject(String, Object) - Static method in class net.thevpc.common.io.IOUtils
- saveObject2(String, Object) - Static method in class net.thevpc.common.io.IOUtils
- saveProperties(Properties, String, File) - Static method in class net.thevpc.common.io.IOUtils
- saveProperties(Properties, String, Path) - Static method in class net.thevpc.common.io.IOUtils
- saveString(String, File) - Static method in class net.thevpc.common.io.IOUtils
- saveString(String, String) - Static method in class net.thevpc.common.io.IOUtils
-
writeString writeToFile
- saveXMLProperties(Properties, String, File) - Static method in class net.thevpc.common.io.IOUtils
- seekEnd() - Method in class net.thevpc.common.io.RandomAccessLineReader
- seekLine(long) - Method in class net.thevpc.common.io.RandomAccessLineReader
- seekStart() - Method in class net.thevpc.common.io.RandomAccessLineReader
- serialVersionUID - Static variable in class net.thevpc.common.io.URLHeaderInfo
- setAlwaysAcceptFolders(boolean) - Method in class net.thevpc.common.io.FileUtils.ExtentionFilterOptions
- setCommand(String...) - Method in class net.thevpc.common.io.ProcessBuilder2
- setCommand(List) - Method in class net.thevpc.common.io.ProcessBuilder2
- setContentEncoding(String) - Method in class net.thevpc.common.io.URLHeaderInfo
- setContentLength(long) - Method in class net.thevpc.common.io.URLHeaderInfo
- setContentType(String) - Method in class net.thevpc.common.io.URLHeaderInfo
- setDirectory(File) - Method in class net.thevpc.common.io.ProcessBuilder2
- setEnv(String, String) - Method in class net.thevpc.common.io.ProcessBuilder2
- setEnv(Map) - Method in class net.thevpc.common.io.ProcessBuilder2
- setErr(PrintStream) - Method in class net.thevpc.common.io.ProcessBuilder2
- setFailFast() - Method in class net.thevpc.common.io.ProcessBuilder2
- setFailFast(boolean) - Method in class net.thevpc.common.io.ProcessBuilder2
- setIgnoreCase(boolean) - Method in class net.thevpc.common.io.FileUtils.ExtentionFilterOptions
- setIn(InputStream) - Method in class net.thevpc.common.io.ProcessBuilder2
- setLastModified(Date) - Method in class net.thevpc.common.io.URLHeaderInfo
- setOrientation(RandomAccessOrientation) - Method in class net.thevpc.common.io.RandomAccessLineReader
- setOutput(PrintStream) - Method in class net.thevpc.common.io.ProcessBuilder2
- setRedirectErrorStream(boolean) - Method in class net.thevpc.common.io.ProcessBuilder2
- setSkipRoot(boolean) - Method in class net.thevpc.common.io.UnzipOptions
- setSkipRoot(boolean) - Method in class net.thevpc.common.io.ZipOptions
- setSleepMillis(int) - Method in class net.thevpc.common.io.ProcessBuilder2
- setTempFile(boolean) - Method in class net.thevpc.common.io.ZipOptions
- setUrl(String) - Method in class net.thevpc.common.io.URLHeaderInfo
- shouldStop() - Method in class net.thevpc.common.io.MultiPipeThread
- shouldStop() - Method in class net.thevpc.common.io.PipeThread
- shouldStop() - Method in interface net.thevpc.common.io.StopMonitor
- simpexpToRegexp(String) - Static method in class net.thevpc.common.io.PrivateStringUtils
- simpexpToRegexp(String, boolean) - Static method in class net.thevpc.common.io.PrivateStringUtils
- size() - Method in class net.thevpc.common.io.MultiPipeThread
- skip(long) - Method in class net.thevpc.common.io.MonitoredInputStream
- skip(long) - Method in interface net.thevpc.common.io.NonBlockingInputStream
-
Skips over and discards
nbytes of data from this input stream. - skip(long) - Method in class net.thevpc.common.io.NonBlockingInputStreamAdapter
- skip(long) - Method in class net.thevpc.common.io.NonClosableInputStream
- skip(long) - Method in class net.thevpc.common.io.UnclosableInputStream
- skipLines(long) - Method in class net.thevpc.common.io.RandomAccessLineReader
-
skip x lines in the current orientation
- skipNextNewLine() - Method in class net.thevpc.common.io.RandomAccessLineReader
- skipPreviousNewLine() - Method in class net.thevpc.common.io.RandomAccessLineReader
- start() - Method in class net.thevpc.common.io.ProcessBuilder2
- StopMonitor - Interface in net.thevpc.common.io
- switchOrientation() - Method in class net.thevpc.common.io.RandomAccessLineReader
T
- tail(String, int, PrintStream) - Static method in class net.thevpc.common.io.TextFiles
- tail(LineSource, int, PrintStream) - Static method in class net.thevpc.common.io.TextFiles
- TextEvent - Class in net.thevpc.common.io
- TextEvent(Object, String) - Constructor for class net.thevpc.common.io.TextEvent
- TextFiles - Class in net.thevpc.common.io
- TextFiles() - Constructor for class net.thevpc.common.io.TextFiles
- TextListener - Interface in net.thevpc.common.io
- TextMonitor - Class in net.thevpc.common.io
- TextMonitor(InputStreamSource) - Constructor for class net.thevpc.common.io.TextMonitor
- toByteArray() - Method in class net.thevpc.common.io.ByteArrayPrintStream
- toByteArray() - Method in class net.thevpc.common.io.ByteArrayPrintWriter
- toByteArray2() - Method in class net.thevpc.common.io.ByteArrayPrintStream
- toFile(URL) - Static method in class net.thevpc.common.io.URLUtils
- toFileLenient(String) - Static method in class net.thevpc.common.io.FileUtils
- toFilePath(URL) - Static method in class net.thevpc.common.io.URLUtils
- toInputStreamSource(byte[]) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(byte[], String) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(File) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(InputStream) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(InputStream, String) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(Object, String, String, File) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(String) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(String, String, String, File) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(URL) - Static method in class net.thevpc.common.io.IOUtils
- toInputStreamSource(Path) - Static method in class net.thevpc.common.io.IOUtils
- toOutputStreamSource(File) - Static method in class net.thevpc.common.io.IOUtils
- toPath(URL) - Static method in class net.thevpc.common.io.URLUtils
- toString() - Method in class net.thevpc.common.io.ByteArrayPrintStream
- toString() - Method in class net.thevpc.common.io.ByteArrayPrintWriter
- toString() - Method in class net.thevpc.common.io.PathInfo
- toString() - Method in class net.thevpc.common.io.URLPart
- toStringIterable(InputStreamSource, boolean) - Static method in class net.thevpc.common.io.IOUtils
- toURL(File) - Static method in class net.thevpc.common.io.URLUtils
- toValidFileName(String, String) - Static method in class net.thevpc.common.io.FileUtils
U
- UnclosableInputStream - Class in net.thevpc.common.io
- UnclosableInputStream(InputStream) - Constructor for class net.thevpc.common.io.UnclosableInputStream
- unzip(String, String, UnzipOptions) - Static method in class net.thevpc.common.io.ZipUtils
-
Unzip it
- UnzipOptions - Class in net.thevpc.common.io
- UnzipOptions() - Constructor for class net.thevpc.common.io.UnzipOptions
- URLFilter - Interface in net.thevpc.common.io
- URLHeaderInfo - Class in net.thevpc.common.io
- URLHeaderInfo(String) - Constructor for class net.thevpc.common.io.URLHeaderInfo
- URLPart - Class in net.thevpc.common.io
- URLPart(String, String) - Constructor for class net.thevpc.common.io.URLPart
- URLParts - Class in net.thevpc.common.io
- URLParts(String) - Constructor for class net.thevpc.common.io.URLParts
- URLParts(URL) - Constructor for class net.thevpc.common.io.URLParts
- URLParts(URLPart...) - Constructor for class net.thevpc.common.io.URLParts
- URLUtils - Class in net.thevpc.common.io
- URLUtils() - Constructor for class net.thevpc.common.io.URLUtils
V
- validateFile(File) - Method in interface net.thevpc.common.io.FileValidator
- validateFile(Path) - Method in interface net.thevpc.common.io.PathValidator
- valueOf(String) - Static method in enum class net.thevpc.common.io.RandomAccessOrientation
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class net.thevpc.common.io.RandomAccessOrientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- visit(String, InputStream) - Method in interface net.thevpc.common.io.InputStreamVisitor
-
visit path
- visit(LineSource, LineVisitor) - Static method in class net.thevpc.common.io.TextFiles
- visitZipFile(File, PathFilter, InputStreamVisitor) - Static method in class net.thevpc.common.io.ZipUtils
- visitZipStream(InputStream, PathFilter, InputStreamVisitor) - Static method in class net.thevpc.common.io.ZipUtils
W
- waitFor() - Method in class net.thevpc.common.io.ProcessBuilder2
- write(byte[]) - Method in class net.thevpc.common.io.NonClosableOutputStream
- write(byte[]) - Method in class net.thevpc.common.io.NullOutputStream
- write(byte[], int, int) - Method in class net.thevpc.common.io.NonClosableOutputStream
- write(byte[], int, int) - Method in class net.thevpc.common.io.NullOutputStream
- write(byte[], int, int) - Method in class net.thevpc.common.io.NullPrintStream
- write(char[], int, int) - Method in class net.thevpc.common.io.PrintStreamWriter
- write(int) - Method in class net.thevpc.common.io.NonClosableOutputStream
- write(int) - Method in class net.thevpc.common.io.NullOutputStream
- write(int) - Method in class net.thevpc.common.io.NullPrintStream
Z
- zip(String, ZipOptions, String...) - Static method in class net.thevpc.common.io.ZipUtils
- zip(String, ZipOptions, ZipUtils.Folder...) - Static method in class net.thevpc.common.io.ZipUtils
- ZipOptions - Class in net.thevpc.common.io
- ZipOptions() - Constructor for class net.thevpc.common.io.ZipOptions
- ZipUtils - Class in net.thevpc.common.io
- ZipUtils() - Constructor for class net.thevpc.common.io.ZipUtils
- ZipUtils.Folder - Class in net.thevpc.common.io
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form