TrueZIP 6.8.3
A B C D E F G H I J K L M N O P Q R S T U V W Z

W

waitAllInputStreamsByOtherThreads(long) - Method in class de.schlichtherle.io.ArchiveController
 
waitAllInputStreamsByOtherThreads(long) - Method in class de.schlichtherle.io.InputArchiveMetaData
Waits until all entry streams which have been opened (and not yet closed) by all other threads are closed or a timeout occurs.
waitAllInputStreamsByOtherThreads(long) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
waitAllOutputStreamsByOtherThreads(long) - Method in class de.schlichtherle.io.ArchiveController
 
waitAllOutputStreamsByOtherThreads(long) - Method in class de.schlichtherle.io.OutputArchiveMetaData
Waits until all entry streams which have been opened (and not yet closed) by all other threads are closed or a timeout occurs.
waitAllOutputStreamsByOtherThreads(long) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
WeakKeyException - Exception in de.schlichtherle.key.passwd.swing
Thrown to indicate that a password or key file is considered weak.
WeakKeyException(ResourceBundle, String) - Constructor for exception de.schlichtherle.key.passwd.swing.WeakKeyException
Deprecated. You should not use this constructor. It will vanish in the next major version.
WeakKeyException(ResourceBundle, String, Object) - Constructor for exception de.schlichtherle.key.passwd.swing.WeakKeyException
Deprecated. You should not use this constructor. It will vanish in the next major version.
WeakKeyException(String) - Constructor for exception de.schlichtherle.key.passwd.swing.WeakKeyException
Creates a new WeakKeyException with the given localized message.
weakThis - Variable in class de.schlichtherle.io.ArchiveController
A weak reference to this archive controller.
window - Variable in class de.schlichtherle.crypto.io.CipherReadOnlyFile
The buffer window to the encrypted file.
window - Variable in class de.schlichtherle.io.rof.BufferedReadOnlyFile
The buffer window to the file data.
window - Variable in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
window(long) - Method in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
WINDOW_LEN - Static variable in class de.schlichtherle.io.rof.BufferedReadOnlyFile
The default buffer length of the window to the file.
WINDOW_LEN - Static variable in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated. The length of the mapped window.
windowOff - Variable in class de.schlichtherle.crypto.io.CipherReadOnlyFile
The current offset in the encrypted file where the buffer window starts.
windowOff - Variable in class de.schlichtherle.io.rof.BufferedReadOnlyFile
The current offset in the read only file where the buffer window starts.
windowOff - Variable in class de.schlichtherle.io.rof.MemoryMappedReadOnlyFile
Deprecated.  
Windows - Class in de.schlichtherle.awt
A utility class for window management.
Windows() - Constructor for class de.schlichtherle.awt.Windows
 
wrap(File) - Method in class de.schlichtherle.io.swing.FileSystemView
Wraps the given file in an archive enabled file.
wrap(ArchiveController, String) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
wrapToWriteLockedController(ArchiveController, String) - Method in class de.schlichtherle.io.UpdatingArchiveController
 
write(int) - Method in class de.schlichtherle.crypto.io.CipherOutputStream
Ciphers and writes the given byte to the underlying output stream.
write(byte[], int, int) - Method in class de.schlichtherle.crypto.io.CipherOutputStream
Ciphers and writes the contents of the given byte array to the underlying output stream.
write(byte[]) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive.EntryOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.archive.spi.MultiplexedOutputArchive.EntryOutputStream
 
write(byte[]) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive.EntryOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.archive.tar.TarOutputArchive.EntryOutputStream
 
write(int) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive.Crc32OutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive.Crc32OutputStream
 
write(byte[]) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive.EntryOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.archive.zip.ZipOutputArchive.EntryOutputStream
 
write(int) - Method in class de.schlichtherle.io.CountingOutputStream
 
write(byte[]) - Method in class de.schlichtherle.io.CountingOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.CountingOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.FileOutputStream
 
write(int) - Method in class de.schlichtherle.io.OutputArchiveMetaData.EntryOutputStream
 
write(byte[]) - Method in class de.schlichtherle.io.OutputArchiveMetaData.EntryOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.OutputArchiveMetaData.EntryOutputStream
 
write(int) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class de.schlichtherle.io.util.SynchronizedOutputStream
 
write(byte[]) - Method in class de.schlichtherle.io.util.SynchronizedOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.io.util.SynchronizedOutputStream
 
write(int) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
 
write(int) - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
write(byte[], int, int) - Method in class de.schlichtherle.util.zip.ZipOutputStream
 
writeBoolean(boolean) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes a boolean value to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes a byte value to the underlying output stream as a 1-byte value.
writeBytes(String) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes the string s to the underlying output stream as a sequence of bytes.
writeCentralFileHeader(ZipEntry) - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Writes a Central File Header record.
writeChar(int) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes a char value to the underlying output stream as a 2-byte value, low byte first.
writeChars(String) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes the string s to the underlying output stream as a sequence of characters.
writeDataDescriptor() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
 
writeDouble(double) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Converts the double value d to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, low byte first.
writeEndOfCentralDirectory() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
Writes the End Of Central Directory record.
writeFloat(float) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Converts the float value f to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, low byte first.
writeInt(int) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes the integer value i to the underlying output stream as four bytes, low byte first.
writeInt(int, byte[], int) - Static method in class de.schlichtherle.util.zip.LittleEndian
Writes the integer value i to the byte array buf at the zero based offset off as four bytes, low byte first.
writeLocalFileHeader() - Method in class de.schlichtherle.util.zip.BasicZipOutputStream
 
writeLock - Variable in class de.schlichtherle.io.ArchiveController
 
writeLock() - Method in class de.schlichtherle.io.ArchiveController
 
writeLock() - Method in interface de.schlichtherle.io.ReadWriteLock
Returns the lock for writing.
writeLock - Variable in class de.schlichtherle.io.ReentrantReadWriteLock
 
writeLock() - Method in class de.schlichtherle.io.ReentrantReadWriteLock
Returns the lock for writing.
writeLong(long) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes the integer value l to the underlying output stream as eight bytes, low byte first.
writeLong(long, byte[], int) - Static method in class de.schlichtherle.util.zip.LittleEndian
Writes the long integer value l to the byte array buf at the zero based offset off as eight bytes, low byte first.
writeShort(int) - Method in class de.schlichtherle.io.util.LEDataOutputStream
Writes the integer value s to the underlying output stream as two bytes, low byte first.
writeShort(int, byte[], int) - Static method in class de.schlichtherle.util.zip.LittleEndian
Writes the integer value s to the byte array buf at the zero based offset off as two bytes, low byte first.
writeTo(byte[], int) - Method in class de.schlichtherle.util.zip.DefaultExtraField
 
writeTo(byte[], int) - Method in class de.schlichtherle.util.zip.ExtraField
Serializes a Data Block of ExtraField.getDataSize() bytes to the byte array data at the zero based offset off.
writeTo(byte[], int) - Method in class de.schlichtherle.util.zip.ExtraFields
Serializes a list of Extra Fields of ExtraFields.getExtraLength() bytes to the byte array data at the zero based offset off.
writeUTF(String) - Method in class de.schlichtherle.io.util.LEDataOutputStream
This method is not implemented.
written - Variable in class de.schlichtherle.io.util.LEDataOutputStream
The number of bytes written to the data output stream so far.
written - Variable in class de.schlichtherle.util.zip.BasicZipOutputStream.ZipDeflater
 

TrueZIP 6.8.3
A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.