Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

W

wait(long) - Method in class java.lang.Object
Causes the current thread to wait until either another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or a specified amount of time has elapsed.
wait(long, int) - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object, or some other thread interrupts the current thread, or a certain amount of real time has elapsed.
wait() - Method in class java.lang.Object
Causes the current thread to wait until another thread invokes the Object.notify() method or the Object.notifyAll() method for this object.
waitFor() - Method in class java.lang.Process
Causes the current thread to wait, if necessary, until the process represented by this Process object has terminated.
Wallet - Class in de.toem.impulse.cells.view
 
Wallet() - Constructor for class de.toem.impulse.cells.view.Wallet
 
WalletInstancer - Class in de.toem.impulse.cells.view
 
WalletInstancer() - Constructor for class de.toem.impulse.cells.view.WalletInstancer
 
whitespaceChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are white space characters.
wordChars(int, int) - Method in class java.io.StreamTokenizer
Specifies that all characters c in the range low <= c <= high are word constituents.
WORKSPACE - Static variable in interface de.toem.pattern.element.IElement
 
wrap - Variable in class de.toem.impulse.cells.view.SearchConfiguration
 
write(long, boolean, byte[]) - Method in interface de.toem.impulse.samples.IBinarySamplesWriter
Writes a binary sample.
write(long, boolean, byte[], int, int) - Method in interface de.toem.impulse.samples.IBinarySamplesWriter
 
write(long, boolean) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample without data.
write(long, boolean, int) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with integer enum data.
write(long, boolean, String) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with String enum data.
write(long, boolean, Enumeration) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with integer enum data.
write(long, boolean, int[]) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with integer enum array data (e.g. a State/Transition-combination).
write(long, boolean, String[]) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with String enum array data (e.g. a State/Transition-combination).
write(long, boolean, Object[]) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
 
write(long, boolean, Enumeration[]) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with Enumeration enum array data (e.g. a State/Transition-combination).
write(long, double) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a double sample.
write(long, boolean, float) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a float sample.
write(long, boolean, double) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a double sample.
write(long, boolean, BigDecimal) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a big decimal sample.
write(long, boolean, Number) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a number sample.
write(long, boolean, float[]) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a float array (e.g.
write(long, boolean, double[]) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a double array (e.g.
write(long, boolean, int) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample using an int value.
write(long, boolean, long) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample using a long value.
write(long, boolean, BigInteger) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample using a BigInteger value.
write(long, boolean, Number) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample using a Number value.
write(long, boolean, int[]) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample with integer array data.
write(long, boolean, long[]) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample with long array data.
write(long, boolean, byte) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using a single state value.
write(long, boolean, byte, byte[], int, int) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using a state array value.
write(long, boolean, byte, String) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using a string value.
write(long, boolean, Logic) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using Logic value.
write(long, Logic) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Deprecated.
write(long, boolean, int, byte) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using a single state value.
write(long, boolean, int, byte, byte) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using a single state value + precedingStates.
write(long, boolean, int, byte, byte[], int, int) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using a state array value.
write(long, boolean, Number) - Method in interface de.toem.impulse.samples.INumberSamplesWriter
 
write(long, boolean) - Method in interface de.toem.impulse.samples.ISamplesWriter
Writes a none sample.
write(long, boolean, StructMember[]) - Method in interface de.toem.impulse.samples.IStructSamplesWriter
Write non-grouped struct sample (e.g a log with multiple entries).
write(long, boolean, int, int, int, StructMember[]) - Method in interface de.toem.impulse.samples.IStructSamplesWriter
Write grouped struct sample (e.g a transaction).
write(long, boolean, String) - Method in interface de.toem.impulse.samples.ITextSamplesWriter
Write a text sample.
write(long, boolean, String[]) - Method in interface de.toem.impulse.samples.ITextSamplesWriter
Writes a text sample with String array data.
write(ILogicSamplesWriter, long) - Method in class de.toem.impulse.values.Logic
Write value into samples writer.
write(ILogicSamplesWriter, long, boolean) - Method in class de.toem.impulse.values.Logic
Write value into samples writer.
write(byte[], int) - Method in class de.toem.impulse.values.StructMember
Write the packed data into buffer.
write(int) - Method in class java.io.BufferedOutputStream
Writes the specified byte to this buffered output stream.
write(byte[], int, int) - Method in class java.io.BufferedOutputStream
Writes len bytes from the specified byte array starting at offset off to this buffered output stream.
write(int) - Method in class java.io.BufferedWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.BufferedWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.BufferedWriter
Writes a portion of a String.
write(int) - Method in class java.io.ByteArrayOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class java.io.ByteArrayOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
write(int) - Method in class java.io.CharArrayWriter
Writes a character to the buffer.
write(char[], int, int) - Method in class java.io.CharArrayWriter
Writes characters to the buffer.
write(String, int, int) - Method in class java.io.CharArrayWriter
Write a portion of a string to the buffer.
write(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low-order bits of the argument b.
write(byte[]) - Method in interface java.io.DataOutput
Writes to the output stream all the bytes in array b.
write(byte[], int, int) - Method in interface java.io.DataOutput
Writes len bytes from array b, in order, to the output stream.
write(int) - Method in class java.io.DataOutputStream
Writes the specified byte (the low eight bits of the argument b) to the underlying output stream.
write(byte[], int, int) - Method in class java.io.DataOutputStream
Writes len bytes from the specified byte array starting at offset off to the underlying output stream.
write(int) - Method in class java.io.FileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class java.io.FileOutputStream
Writes b.length bytes from the specified byte array to this file output stream.
write(byte[], int, int) - Method in class java.io.FileOutputStream
Writes len bytes from the specified byte array starting at offset off to this file output stream.
write(int) - Method in class java.io.FilterOutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.FilterOutputStream
Writes b.length bytes to this output stream.
write(byte[], int, int) - Method in class java.io.FilterOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.FilterWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.FilterWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.FilterWriter
Writes a portion of a string.
write(int) - Method in interface java.io.ObjectOutput
Writes a byte.
write(byte[]) - Method in interface java.io.ObjectOutput
Writes an array of bytes.
write(byte[], int, int) - Method in interface java.io.ObjectOutput
Writes a sub array of bytes.
write(ObjectOutput) - Method in class java.io.ObjectOutputStream.PutField
Deprecated.
This method does not write the values contained by this PutField object in a proper format, and may result in corruption of the serialization stream. The correct way to write PutField data is by calling the ObjectOutputStream.writeFields() method.
write(int) - Method in class java.io.ObjectOutputStream
Writes a byte.
write(byte[]) - Method in class java.io.ObjectOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class java.io.ObjectOutputStream
Writes a sub array of bytes.
write(int) - Method in class java.io.OutputStream
Writes the specified byte to this output stream.
write(byte[]) - Method in class java.io.OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class java.io.OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class java.io.OutputStreamWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of an array of characters.
write(String, int, int) - Method in class java.io.OutputStreamWriter
Writes a portion of a string.
write(int) - Method in class java.io.PipedOutputStream
Writes the specified byte to the piped output stream.
write(byte[], int, int) - Method in class java.io.PipedOutputStream
Writes len bytes from the specified byte array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PipedWriter
Writes the specified char to the piped output stream.
write(char[], int, int) - Method in class java.io.PipedWriter
Writes len characters from the specified character array starting at offset off to this piped output stream.
write(int) - Method in class java.io.PrintStream
Writes the specified byte to this stream.
write(byte[], int, int) - Method in class java.io.PrintStream
Writes len bytes from the specified byte array starting at offset off to this stream.
write(int) - Method in class java.io.PrintWriter
Writes a single character.
write(char[], int, int) - Method in class java.io.PrintWriter
Writes A Portion of an array of characters.
write(char[]) - Method in class java.io.PrintWriter
Writes an array of characters.
write(String, int, int) - Method in class java.io.PrintWriter
Writes a portion of a string.
write(String) - Method in class java.io.PrintWriter
Writes a string.
write(int) - Method in class java.io.RandomAccessFile
Writes the specified byte to this file.
write(byte[]) - Method in class java.io.RandomAccessFile
Writes b.length bytes from the specified byte array to this file, starting at the current file pointer.
write(byte[], int, int) - Method in class java.io.RandomAccessFile
Writes len bytes from the specified byte array starting at offset off to this file.
write(int) - Method in class java.io.StringWriter
Write a single character.
write(char[], int, int) - Method in class java.io.StringWriter
Write a portion of an array of characters.
write(String) - Method in class java.io.StringWriter
Write a string.
write(String, int, int) - Method in class java.io.StringWriter
Write a portion of a string.
write(int) - Method in class java.io.Writer
Writes a single character.
write(char[]) - Method in class java.io.Writer
Writes an array of characters.
write(char[], int, int) - Method in class java.io.Writer
Writes a portion of an array of characters.
write(String) - Method in class java.io.Writer
Writes a string.
write(String, int, int) - Method in class java.io.Writer
Writes a portion of a string.
WriteAbortedException - Exception in java.io
Signals that one of the ObjectStreamExceptions was thrown during a write operation.
WriteAbortedException(String, Exception) - Constructor for exception java.io.WriteAbortedException
Constructs a WriteAbortedException with a string describing the exception and the exception causing the abort.
writeBig(long, boolean, BigDecimal) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a big decimal sample.
writeBig(long, boolean, BigInteger) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample using a BigInteger value.
writeBoolean(boolean) - Method in interface java.io.DataOutput
Writes a boolean value to this output stream.
writeBoolean(boolean) - Method in class java.io.DataOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeBoolean(boolean) - Method in class java.io.ObjectOutputStream
Writes a boolean.
writeBoolean(boolean) - Method in class java.io.RandomAccessFile
Writes a boolean to the file as a one-byte value.
writeByte(long, boolean, byte) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using a single state value.
writeByte(int) - Method in interface java.io.DataOutput
Writes to the output stream the eight low- order bits of the argument v.
writeByte(int) - Method in class java.io.DataOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class java.io.ObjectOutputStream
Writes an 8 bit byte.
writeByte(int) - Method in class java.io.RandomAccessFile
Writes a byte to the file as a one-byte value.
writeByteS(long, boolean, int, byte) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Same as write(long units, boolean tag, int stateLevel, byte states).
writeBytes(String) - Method in interface java.io.DataOutput
Writes a string to the output stream.
writeBytes(String) - Method in class java.io.DataOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeBytes(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of bytes.
writeBytes(String) - Method in class java.io.RandomAccessFile
Writes the string to the file as a sequence of bytes.
writeBytesP(long, boolean, byte, byte[], int, int) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Same as write(long units, boolean tag, byte precedingStates, byte[] states, int start, int length).
writeByteSP(long, boolean, int, byte, byte) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Same as write(long units, boolean tag, int stateLevel, byte precedingStates, byte state).
writeBytesSP(long, boolean, int, byte, byte[], int, int) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Same as write(long units, boolean tag, int stateLevel, byte precedingStates, byte[] states, int start, int length).
writeChar(int) - Method in interface java.io.DataOutput
Writes a char value, which is comprised of two bytes, to the output stream.
writeChar(int) - Method in class java.io.DataOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChar(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit char.
writeChar(int) - Method in class java.io.RandomAccessFile
Writes a char to the file as a two-byte value, high byte first.
writeChars(String) - Method in interface java.io.DataOutput
Writes every character in the string s, to the output stream, in order, two bytes per character.
writeChars(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeChars(String) - Method in class java.io.ObjectOutputStream
Writes a String as a sequence of chars.
writeChars(String) - Method in class java.io.RandomAccessFile
Writes a string to the file as a sequence of characters.
writeDouble(long, boolean, double) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a double sample.
writeDouble(double) - Method in interface java.io.DataOutput
Writes a double value, which is comprised of eight bytes, to the output stream.
writeDouble(double) - Method in class java.io.DataOutputStream
Converts the double argument 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, high byte first.
writeDouble(double) - Method in class java.io.ObjectOutputStream
Writes a 64 bit double.
writeDouble(double) - Method in class java.io.RandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high byte first.
writeDoubleArgs(long, boolean, double...) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a double array (e.g.
writeDoubleArray(long, boolean, double[]) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a double array (e.g.
writeEnum(long, boolean, Enumeration) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with Enumeration enum data.
writeEnumArgs(long, boolean, Enumeration...) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with Enumeration enum array data (e.g. a State/Transition-combination).
writeEnumArray(long, boolean, Enumeration[]) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with Enumeration enum array data (e.g. a State/Transition-combination).
writeExternal(ObjectOutput) - Method in interface java.io.Externalizable
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeFields() - Method in class java.io.ObjectOutputStream
Write the buffered fields to the stream.
writeFloat(long, boolean, float) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a float sample.
writeFloat(float) - Method in interface java.io.DataOutput
Writes a float value, which is comprised of four bytes, to the output stream.
writeFloat(float) - Method in class java.io.DataOutputStream
Converts the float argument 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, high byte first.
writeFloat(float) - Method in class java.io.ObjectOutputStream
Writes a 32 bit float.
writeFloat(float) - Method in class java.io.RandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high byte first.
writeFloatArgs(long, boolean, float...) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a float array (e.g.
writeFloatArray(long, boolean, float[]) - Method in interface de.toem.impulse.samples.IFloatSamplesWriter
Writes a float array (e.g.
writeInt(long, boolean, int) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with integer enum data.
writeInt(long, boolean, int) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample using an int value.
writeInt(int) - Method in interface java.io.DataOutput
Writes an int value, which is comprised of four bytes, to the output stream.
writeInt(int) - Method in class java.io.DataOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeInt(int) - Method in class java.io.ObjectOutputStream
Writes a 32 bit int.
writeInt(int) - Method in class java.io.RandomAccessFile
Writes an int to the file as four bytes, high byte first.
writeIntArgs(long, boolean, int...) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with integer enum array data (e.g. a State/Transition-combination).
writeIntArgs(long, boolean, int...) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample with integer array data .
writeIntArray(long, boolean, int[]) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with integer enum array data (e.g. a State/Transition-combination).
writeIntArray(long, boolean, int[]) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample with integer array data.
writeLogic(long, boolean, Logic) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Writes a logic sample using Logic value.
writeLogic(long, Logic) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Deprecated.
writeLong(long, boolean, long) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample using a long value.
writeLong(long) - Method in interface java.io.DataOutput
Writes a long value, which is comprised of eight bytes, to the output stream.
writeLong(long) - Method in class java.io.DataOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeLong(long) - Method in class java.io.ObjectOutputStream
Writes a 64 bit long.
writeLong(long) - Method in class java.io.RandomAccessFile
Writes a long to the file as eight bytes, high byte first.
writeLongArgs(long, boolean, long...) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample with long array data .
writeLongArray(long, boolean, long[]) - Method in interface de.toem.impulse.samples.IIntegerSamplesWriter
Writes an integer sample with long array data.
writeNone(long, boolean) - Method in interface de.toem.impulse.samples.ISamplesWriter
Same as write(long units, boolean tag).
writeObject(Object) - Method in interface java.io.ObjectOutput
Write an object to the underlying storage or stream.
writeObject(Object) - Method in class java.io.ObjectOutputStream
Write the specified object to the ObjectOutputStream.
writer() - Method in class java.io.Console
Retrieves the unique PrintWriter object associated with this console.
Writer - Class in java.io
Abstract class for writing to character streams.
writeSample(long, byte) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sample write primitive method.
writeSample(long, byte, byte) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sample write primitive method.
writeSample(long, byte, byte[], int, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sample write primitive method.
writeSample(long, byte, int, int, byte[], int, int) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sample write primitive method.
writeSample(CompoundPack) - Method in interface de.toem.impulse.samples.ISamplesWriter
Sample write primitive method.
writeSample(CompoundValue) - Method in interface de.toem.impulse.samples.ISamplesWriter
 
writeSample(long, boolean, Object) - Method in interface de.toem.impulse.samples.ISamplesWriter
 
writeSample(long, boolean, int, int, int, Object) - Method in interface de.toem.impulse.samples.ISamplesWriter
 
writeShort(int) - Method in interface java.io.DataOutput
Writes two bytes to the output stream to represent the value of the argument.
writeShort(int) - Method in class java.io.DataOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeShort(int) - Method in class java.io.ObjectOutputStream
Writes a 16 bit short.
writeShort(int) - Method in class java.io.RandomAccessFile
Writes a short to the file as two bytes, high byte first.
writeString(long, boolean, String) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with String enum data.
writeString(long, boolean, String) - Method in interface de.toem.impulse.samples.ITextSamplesWriter
Writes a text sample with String data.
writeStringArgs(long, boolean, String...) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with String enum array data (e.g. a State/Transition-combination).
writeStringArgs(long, boolean, String...) - Method in interface de.toem.impulse.samples.ITextSamplesWriter
Writes a text sample with String array data.
writeStringArray(long, boolean, String[]) - Method in interface de.toem.impulse.samples.IEventSamplesWriter
Writes an event sample with String enum array data (e.g. a State/Transition-combination).
writeStringArray(long, boolean, String[]) - Method in interface de.toem.impulse.samples.ITextSamplesWriter
Writes a text sample with String array data.
writeStringP(long, boolean, byte, String) - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
Same as write(long units, boolean tag, byte precedingStates, String states).
writeTo(OutputStream) - Method in class java.io.ByteArrayOutputStream
Writes the complete contents of this byte array output stream to the specified output stream argument, as if by calling the output stream's write method using out.write(buf, 0, count).
writeTo(Writer) - Method in class java.io.CharArrayWriter
Writes the contents of the buffer to another character stream.
writeUnshared(Object) - Method in class java.io.ObjectOutputStream
Writes an "unshared" object to the ObjectOutputStream.
writeUTF(String) - Method in interface java.io.DataOutput
Writes two bytes of length information to the output stream, followed by the modified UTF-8 representation of every character in the string s.
writeUTF(String) - Method in class java.io.DataOutputStream
Writes a string to the underlying output stream using modified UTF-8 encoding in a machine-independent manner.
writeUTF(String) - Method in class java.io.ObjectOutputStream
Primitive data write of this String in modified UTF-8 format.
writeUTF(String) - Method in class java.io.RandomAccessFile
Writes a string to the file using modified UTF-8 encoding in a machine-independent manner.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links