- calculateDataRate(long) - Method in class org.apache.nifi.util.StopWatch
-
- channel - Variable in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- channel - Variable in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- channel - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- channel - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
-
- channel - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
-
- CHANNEL_EMPTY_WAIT_NANOS - Static variable in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- CHANNEL_FULL_WAIT_NANOS - Static variable in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- checkAndReset() - Method in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
Checks if the file has been updated according to the configured
UpdateMonitor
and resets the state
- checkForUpdate() - Method in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- checkUpdateMillis - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- ClassLoaderUtils - Class in org.apache.nifi.util.file.classloader
-
- ClassLoaderUtils() - Constructor for class org.apache.nifi.util.file.classloader.ClassLoaderUtils
-
- clear() - Method in class org.apache.nifi.remote.io.socket.BufferStateManager
-
Clears the contents of the buffer and sets direction to WRITE
- clear() - Method in class org.apache.nifi.util.NaiveSearchRingBuffer
-
Clears the internal buffer so that a new search may begin
- clockSequence - Static variable in class org.apache.nifi.util.ComponentIdGenerator
-
- close() - Method in class org.apache.nifi.remote.io.CompressionInputStream
-
Does nothing.
- close() - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- close() - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- close() - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- close() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
Closes the underlying socket channel.
- close() - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
Closes the underlying SocketChannel
- close() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- close() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
-
Closes the underlying SSLSocketChannel, which will also close the OutputStream and connection
- close() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
-
Closes the underlying SSLSocketChannel, which also will close the InputStream and the connection
- close() - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
-
Closing a ByteArrayInputStream has no effect.
- close() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream has no effect.
- close() - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- close() - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- close() - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- close() - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- close() - Method in class org.apache.nifi.stream.io.NonCloseableInputStream
-
- close() - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- close() - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- close() - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- closed - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- closeQuietly(Closeable) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- closeQuietly(Closeable) - Static method in class org.apache.nifi.util.file.FileUtils
-
Closes the given closeable quietly - no logging, no exceptions...
- compact() - Method in class org.apache.nifi.remote.io.socket.BufferStateManager
-
- ComponentIdGenerator - Class in org.apache.nifi.util
-
IMPORTANT: This component is not part of public API!
====================================================
- ComponentIdGenerator() - Constructor for class org.apache.nifi.util.ComponentIdGenerator
-
- CompoundUpdateMonitor - Class in org.apache.nifi.util.file.monitor
-
An
UpdateMonitor
that combines multiple
UpdateMonitor
s such that it will indicate a change in a file only if ALL sub-monitors indicate a change.
- CompoundUpdateMonitor(UpdateMonitor, UpdateMonitor...) - Constructor for class org.apache.nifi.util.file.monitor.CompoundUpdateMonitor
-
- CompoundUpdateMonitor.DeferredMonitorAction - Class in org.apache.nifi.util.file.monitor
-
- compressAndWrite() - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
Compresses the currently buffered chunk of data and sends it to the output stream
- compressed - Variable in class org.apache.nifi.remote.io.CompressionOutputStream
-
- compressedBuffer - Variable in class org.apache.nifi.remote.io.CompressionInputStream
-
- CompressionInputStream - Class in org.apache.nifi.remote.io
-
- CompressionInputStream(InputStream) - Constructor for class org.apache.nifi.remote.io.CompressionInputStream
-
- CompressionOutputStream - Class in org.apache.nifi.remote.io
-
- CompressionOutputStream(OutputStream) - Constructor for class org.apache.nifi.remote.io.CompressionOutputStream
-
- CompressionOutputStream(OutputStream, int) - Constructor for class org.apache.nifi.remote.io.CompressionOutputStream
-
- CompressionOutputStream(OutputStream, int, int, int) - Constructor for class org.apache.nifi.remote.io.CompressionOutputStream
-
- computeMd5Digest(File) - Static method in class org.apache.nifi.util.file.FileUtils
-
Returns the MD5 hash of the given file.
- computeMd5Digest(InputStream) - Static method in class org.apache.nifi.util.file.FileUtils
-
Returns the MD5 hash of the given stream.
- connect() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- connected - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- consume() - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- consume() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- consume() - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
-
- consumedCount - Variable in class org.apache.nifi.stream.io.MinimumLengthInputStream
-
- copy(InputStream, OutputStream) - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- copy(InputStream, OutputStream, long) - Method in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- copy(InputStream, OutputStream) - Method in interface org.apache.nifi.stream.io.StreamThrottler
-
- copy(InputStream, OutputStream, long) - Method in interface org.apache.nifi.stream.io.StreamThrottler
-
- copy(InputStream, OutputStream) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
- copy(InputStream, OutputStream, long) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Copies numBytes
from source
to destination
.
- copy(InputStream, OutputStream) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyBytes(byte[], File, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyExclusive(InputStream, OutputStream, int, byte[]...) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Copies data from in to out until either we are out of data (returns null) or we hit one of the byte patterns identified by the stoppers
parameter (returns the byte pattern
matched).
- copyFile(File, File, boolean, boolean, boolean, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
-
Copies the given source file to the given destination file.
- copyFile(File, File, boolean, boolean, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
-
Copies the given source file to the given destination file.
- copyFile(File, OutputStream, boolean, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyFile(InputStream, File, boolean, boolean) - Static method in class org.apache.nifi.util.file.FileUtils
-
- copyFromAppDataBuffer(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- copyInclusive(InputStream, OutputStream, int, byte[]...) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Copies data from in to out until either we are out of data (returns null) or we hit one of the byte patterns identified by the stoppers
parameter (returns the byte pattern
matched).
- CoreAttributes - Enum in org.apache.nifi.flowfile.attributes
-
- CoreAttributes(String) - Constructor for enum org.apache.nifi.flowfile.attributes.CoreAttributes
-
- count - Variable in class org.apache.nifi.stream.io.BufferedOutputStream
-
The number of valid bytes in the buffer.
- count - Variable in class org.apache.nifi.stream.io.ByteArrayInputStream
-
The index one greater than the last valid character in the input stream buffer.
- count - Variable in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
The number of valid bytes in the buffer.
- countSelectedElements(RingBuffer.Filter<T>) - Method in class org.apache.nifi.util.RingBuffer
-
- createModuleClassLoader(URL[], ClassLoader) - Static method in class org.apache.nifi.util.file.classloader.ClassLoaderUtils
-
- createNew() - Method in interface org.apache.nifi.util.timebuffer.EntityAccess
-
- createNew() - Method in class org.apache.nifi.util.timebuffer.LongEntityAccess
-
- currentNode - Variable in class org.apache.nifi.util.search.ahocorasick.SearchState
-
- curVersion - Variable in class org.apache.nifi.remote.StandardVersionNegotiator
-
- search(InputStream, boolean) - Method in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
-
- search(InputStream, boolean, SearchState) - Method in class org.apache.nifi.util.search.ahocorasick.AhoCorasick
-
- Search<T> - Interface in org.apache.nifi.util.search
-
Defines an interface to search for content given a set of search terms.
- search(InputStream, boolean) - Method in interface org.apache.nifi.util.search.Search
-
Searches the given input stream for matches between the already specified dictionary and the contents scanned.
- SearchState<T> - Class in org.apache.nifi.util.search.ahocorasick
-
- SearchState(Node) - Constructor for class org.apache.nifi.util.search.ahocorasick.SearchState
-
- SearchTerm<T> - Class in org.apache.nifi.util.search
-
This is an immutable thread safe object representing a search term
- SearchTerm(byte[]) - Constructor for class org.apache.nifi.util.search.SearchTerm
-
Constructs a SearchTerm.
- SearchTerm(byte[], boolean, T) - Constructor for class org.apache.nifi.util.search.SearchTerm
-
Constructs a search term.
- SECS - Static variable in class org.apache.nifi.util.FormatUtils
-
- select(S) - Method in interface org.apache.nifi.util.RingBuffer.Filter
-
- serialVersionUID - Static variable in exception org.apache.nifi.stream.io.exception.BytePatternNotFoundException
-
- setCurrentNode(Node) - Method in class org.apache.nifi.util.search.ahocorasick.SearchState
-
- setFailureNode(Node) - Method in class org.apache.nifi.util.search.ahocorasick.Node
-
- setMatchingTerm(SearchTerm<?>) - Method in class org.apache.nifi.util.search.ahocorasick.Node
-
- setNeighbor(Node, int) - Method in class org.apache.nifi.util.search.ahocorasick.Node
-
- setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- setTimeout(int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- setVersion(int) - Method in class org.apache.nifi.remote.StandardVersionNegotiator
-
- setVersion(int) - Method in interface org.apache.nifi.remote.VersionNegotiator
-
Sets the version of this resource to the specified version.
- shredFile(File, int) - Static method in class org.apache.nifi.util.file.FileUtils
-
Randomly generates a sequence of bytes and overwrites the contents of the file a number of times.
- shutdown - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler
-
- size() - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Returns the current size of the buffer.
- size() - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Returns the current value of the counter written
, the number of bytes written to this data output stream so far.
- size() - Method in class org.apache.nifi.util.search.SearchTerm
-
- skip(long) - Method in class org.apache.nifi.remote.io.InterruptableInputStream
-
- skip(long) - Method in class org.apache.nifi.stream.io.ByteArrayInputStream
-
Skips n
bytes of input from this input stream.
- skip(long) - Method in class org.apache.nifi.stream.io.ByteCountingInputStream
-
- skip(long) - Method in class org.apache.nifi.stream.io.LimitingInputStream
-
- skip(long) - Method in class org.apache.nifi.stream.io.MinimumLengthInputStream
-
- skip(InputStream, long) - Static method in class org.apache.nifi.stream.io.StreamUtils
-
Skips the specified number of bytes from the InputStream
If unable to skip that number of bytes, throws EOFException
- sleepQuietly(long) - Static method in class org.apache.nifi.util.file.FileUtils
-
- socketAddress - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- SocketChannelInputStream - Class in org.apache.nifi.remote.io.socket
-
- SocketChannelInputStream(SocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.SocketChannelInputStream
-
- SocketChannelOutputStream - Class in org.apache.nifi.remote.io.socket
-
- SocketChannelOutputStream(SocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- SSLSocketChannel - Class in org.apache.nifi.remote.io.socket.ssl
-
- SSLSocketChannel(SSLContext, String, int, boolean) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- SSLSocketChannel(SSLContext, SocketChannel, boolean) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- SSLSocketChannel(SSLEngine, SocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- SSLSocketChannelInputStream - Class in org.apache.nifi.remote.io.socket.ssl
-
- SSLSocketChannelInputStream(SSLSocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelInputStream
-
- SSLSocketChannelOutputStream - Class in org.apache.nifi.remote.io.socket.ssl
-
- SSLSocketChannelOutputStream(SSLSocketChannel) - Constructor for class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
-
- StandardVersionNegotiator - Class in org.apache.nifi.remote
-
- StandardVersionNegotiator(int...) - Constructor for class org.apache.nifi.remote.StandardVersionNegotiator
-
- start() - Method in class org.apache.nifi.util.StopWatch
-
- startNanos - Variable in class org.apache.nifi.util.StopWatch
-
- startsWith(byte[], int) - Method in class org.apache.nifi.util.search.SearchTerm
-
Determines if the given window starts with the same bytes as this term
- state - Variable in class org.apache.nifi.util.file.monitor.SynchronousFileWatcher.StateWrapper
-
- StateWrapper(Object) - Constructor for class org.apache.nifi.util.file.monitor.SynchronousFileWatcher.StateWrapper
-
- stop() - Method in class org.apache.nifi.util.StopWatch
-
- StopWatch - Class in org.apache.nifi.util
-
- StopWatch() - Constructor for class org.apache.nifi.util.StopWatch
-
Creates a StopWatch but does not start it
- StopWatch(boolean) - Constructor for class org.apache.nifi.util.StopWatch
-
- StreamDemarcator - Class in org.apache.nifi.stream.io.util
-
The
StreamDemarcator
class takes an input stream and demarcates
it so it could be read (see
StreamDemarcator.nextToken()
) as individual byte[]
demarcated by the provided delimiter.
- StreamDemarcator(InputStream, byte[], int) - Constructor for class org.apache.nifi.stream.io.util.StreamDemarcator
-
Constructs a new instance
- StreamDemarcator(InputStream, byte[], int, int) - Constructor for class org.apache.nifi.stream.io.util.StreamDemarcator
-
Constructs a new instance
- streamInManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- streamOutManager - Variable in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- StreamThrottler - Interface in org.apache.nifi.stream.io
-
- StreamUtils - Class in org.apache.nifi.stream.io
-
- StreamUtils() - Constructor for class org.apache.nifi.stream.io.StreamUtils
-
- success - Variable in class org.apache.nifi.stream.io.LeakyBucketStreamThrottler.Response
-
- SYNC_BYTES - Static variable in class org.apache.nifi.remote.io.CompressionOutputStream
-
- SynchronizedByteCountingOutputStream - Class in org.apache.nifi.stream.io
-
- SynchronizedByteCountingOutputStream(OutputStream) - Constructor for class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- SynchronizedByteCountingOutputStream(OutputStream, long) - Constructor for class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- SynchronousFileWatcher - Class in org.apache.nifi.util.file.monitor
-
Allows the user to configure a
Path
to watch for modifications and periodically poll to check if the file has been modified
- SynchronousFileWatcher(Path, UpdateMonitor) - Constructor for class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- SynchronousFileWatcher(Path, UpdateMonitor, long) - Constructor for class org.apache.nifi.util.file.monitor.SynchronousFileWatcher
-
- SynchronousFileWatcher.StateWrapper - Class in org.apache.nifi.util.file.monitor
-
- syncWithRestore(File, File, Logger) - Static method in class org.apache.nifi.util.file.FileUtils
-
Syncs a primary copy of a file with the copy in the restore directory.
- WEEKS - Static variable in class org.apache.nifi.util.FormatUtils
-
- write(int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- write(int) - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.InterruptableOutputStream
-
- write(int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.SocketChannelOutputStream
-
- write(int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- write(int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannelOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.BufferedOutputStream
-
Writes the specified byte to this buffered output stream.
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.BufferedOutputStream
-
Writes len
bytes from the specified byte array starting at offset off
to this buffered output stream.
- write(int) - Method in class org.apache.nifi.stream.io.ByteArrayOutputStream
-
Writes the specified byte to this byte array output stream.
- write(byte[], int, int) - Method in class org.apache.nifi.stream.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 org.apache.nifi.stream.io.ByteCountingOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.ByteCountingOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.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 org.apache.nifi.stream.io.DataOutputStream
-
Writes len
bytes from the specified byte array starting at offset off
to the underlying output stream.
- write(byte[]) - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.NonCloseableOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.NullOutputStream
-
- write(byte[]) - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- write(int) - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- write(byte[], int, int) - Method in class org.apache.nifi.stream.io.SynchronizedByteCountingOutputStream
-
- writeBoolean(boolean) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a boolean
to the underlying output stream as a 1-byte value.
- writeBuffer - Variable in class org.apache.nifi.stream.io.DataOutputStream
-
- writeByte(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes out a byte
to the underlying output stream as a 1-byte value.
- writeBytes(String) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes out the string to the underlying output stream as a sequence of bytes.
- writeChar(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a char
to the underlying output stream as a 2-byte value, high byte first.
- writeChars(String) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a string to the underlying output stream as a sequence of characters.
- writeChunkHeader(int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- writeDouble(double) - Method in class org.apache.nifi.stream.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.
- writeFloat(float) - Method in class org.apache.nifi.stream.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.
- writeFully(ByteBuffer) - Method in class org.apache.nifi.remote.io.socket.ssl.SSLSocketChannel
-
- writeInt(OutputStream, int) - Method in class org.apache.nifi.remote.io.CompressionOutputStream
-
- writeInt(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes an int
to the underlying output stream as four bytes, high byte first.
- writeLock - Variable in class org.apache.nifi.util.RingBuffer
-
- writeLong(long) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a long
to the underlying output stream as eight bytes, high byte first.
- writeShort(int) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a short
to the underlying output stream as two bytes, high byte first.
- writeTo(OutputStream) - Method in class org.apache.nifi.stream.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)
.
- writeUTF(String) - Method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a string to the underlying output stream using
modified UTF-8
encoding in a machine-independent manner.
- writeUTF(String, DataOutput) - Static method in class org.apache.nifi.stream.io.DataOutputStream
-
Writes a string to the specified DataOutput using
modified UTF-8
encoding in a machine-independent manner.
- written - Variable in class org.apache.nifi.stream.io.DataOutputStream
-
The number of bytes written to the data output stream so far.