-
ca.uhn.hl7v2.Version.available()
Returns the amount of buffered data available for reading.
@param context the context to be used
@return The amount of buffered data available for reading.
-
ch.ethz.ssh2.crypto.SimpleDERReader.available()
-
com.alibaba.dubbo.common.io.UnsafeByteArrayInputStream.available()
-
com.alibaba.dubbo.remoting.buffer.ChannelBufferInputStream.available()
-
com.esotericsoftware.kryo.io.Input.available()
-
com.facebook.hive.orc.InStream.available()
-
com.fasterxml.jackson.core.io.MergedStream.available()
-
com.google.code.or.io.XInputStream.available()
-
com.google.code.or.io.util.XDeserializer.available()
-
com.google.common.io.LimitInputStream.available()
-
com.google.jstestdriver.token.BufferedTokenStream.available()
-
com.peterhi.io.PmInputStream.available()
-
com.peterhi.obsolete.Stream.available()
-
com.peterhi.runtime.BitStream.available()
-
com.sleepycat.bdb.bind.tuple.TupleInput.available()
-
com.sleepycat.bind.tuple.TupleInput.available()
-
com.sshtools.j2ssh.io.ByteArrayReader.available()
-
com.sun.mail.util.BASE64DecoderStream.available()
Returns the number of bytes that can be read from this input stream without blocking. However, this figure is only a close approximation in case the original encoded stream contains embedded CRLFs; since the CRLFs are discarded, not decoded
-
com.sun.org.apache.bcel.internal.util.ByteSequence.available()
-
com.sun.star.io.XInputStream.available()
-
de.fub.bytecode.util.ByteSequence.available()
-
er.attachment.model.ERAttachment.available()
-
htsjdk.samtools.util.BlockCompressedInputStream.available()
-
io.netty.buffer.ByteBufInputStream.available()
-
java.io.BufferedInputStream.available()
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. The next invocation might be the same thread or another thread. A single read or skip of this many bytes will not block, but may read or skip fewer bytes.
This method returns the sum of the number of bytes remaining to be read in the buffer (count - pos
) and the result of calling the {@link java.io.FilterInputStream#in in}.available().
@return an estimate of the number of bytes that can be read (or skippedover) from this input stream without blocking.
@exception IOException if this input stream has been closed byinvoking its {@link #close()} method,or an I/O error occurs.
-
java.io.BufferedOutputStream.available()
-
java.io.ByteArrayInputStream.available()
Answers a int representing then number of bytes that are available before this ByteArrayInputStream will block. This method returns the number of bytes yet to be read from the underlying byte array.
@return the number of bytes available before blocking.
-
java.io.DataInputStream.available()
Returns the number of bytes that can be read from this input stream without blocking.
This method simply performs in.available()
and returns the result.
@return the number of bytes that can be read from the input streamwithout blocking.
@exception IOException if an I/O error occurs.
-
java.io.FileInputStream.available()
Returns an estimate of the number of remaining 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. The next invocation might be the same thread or another thread. A single read or skip of this many bytes will not block, but may read or skip fewer bytes.
In some cases, a non-blocking read (or skip) may appear to be blocked when it is merely slow, for example when reading large files over slow networks.
@return an estimate of the number of remaining bytes that can be read(or skipped over) from this input stream without blocking.
@exception IOException if this file input stream has been closed by calling{@code close} or an I/O error occurs.
-
java.io.InputStream.available()
Answers a int representing then number of bytes that are available before this InputStream will block. This method always returns 0. Subclasses should override and indicate the correct number of bytes available.
@return the number of bytes available before blocking.
@throws IOException If an error occurs in this InputStream.
-
java.io.ObjectInput.available()
Answers a int representing then number of bytes of primitive data that are available.
@return int the number of primitive bytes available.
@throws IOException If an error occurs in this ObjectInput.
-
java.io.ObjectInputStream.available()
Returns the number of bytes of primitive data available from the receiver. It should not be used at any arbitrary position; just when reading primitive data types (ints, chars, etc).
@return the number of available primitive data bytes
@throws IOException If any IO problem occurred when trying to compute the bytes available.
-
java.io.PipedInputStream.available()
Answers a int representing the number of bytes that are available before this PipedInputStream will block. This method returns the number of bytes written to the pipe but not read yet up to the size of the pipe.
@return int the number of bytes available before blocking.
@throws IOException If an error occurs in this stream.
-
java.io.PushbackInputStream.available()
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. The next invocation might be the same thread or another thread. A single read or skip of this many bytes will not block, but may read or skip fewer bytes.
The method returns the sum of the number of bytes that have been pushed back and the value returned by {@link java.io.FilterInputStream#available available}.
@return the number of bytes that can be read (or skipped over) fromthe input stream without blocking.
@exception IOException if this input stream has been closed byinvoking its {@link #close()} method,or an I/O error occurs.
@see java.io.FilterInputStream#in
@see java.io.InputStream#available()
-
java.io.StringBufferInputStream.available()
Returns the number of bytes that are available before this stream will block.
@return the number of bytes available before blocking.
-
java.security.DigestInputStream.available()
-
java.util.jar.JarInputStream.available()
-
java.util.zip.DeflaterInputStream.available()
Returns 0 after EOF has been reached, otherwise always return 1.
Programs should not count on this method to return the actual number of bytes that could be read without blocking
@return zero after the end of the underlying input stream has beenreached, otherwise always returns 1
@throws IOException if an I/O error occurs or if this stream isalready closed
-
java.util.zip.GZIPInputStream.available()
-
java.util.zip.InflaterInputStream.available()
Returns 0 after EOF has been reached, otherwise always return 1.
Programs should not count on this method to return the actual number of bytes that could be read without blocking.
@return 1 before EOF and 0 after EOF.
@exception IOException if an I/O error occurs.
-
java.util.zip.ZipInputStream.available()
Returns 0 after EOF has reached for the current entry data, otherwise always return 1.
Programs should not count on this method to return the actual number of bytes that could be read without blocking.
@return 1 before EOF and 0 after EOF has reached for current entry.
@exception IOException if an I/O error occurs.
-
javax.mail.util.SharedFileInputStream.available()
Returns the number of bytes that can be read from this input stream without blocking.
@return the number of bytes that can be read from this inputstream without blocking.
@exception IOException if an I/O error occurs.
-
javax.servlet.ServletInputStream.available()
-
javax.sound.sampled.AudioInputStream.available()
Returns the maximum number of bytes that can be read (or skipped over) from this audio input stream without blocking. This limit applies only to the next invocation of a read
or skip
method for this audio input stream; the limit can vary each time these methods are invoked. Depending on the underlying stream,an IOException may be thrown if this stream is closed.
@return the number of bytes that can be read from this audio input stream without blocking
@throws IOException if an input or output error occurs
@see #read(byte[],int,int)
@see #read(byte[])
@see #read()
@see #skip
-
javax.tools.diagnostics.vm.spi.delegates.HProfMBeanDumpDelegate.available()
Checks to see if the MBean is registered. On IBM JVMs, this will return false.
-
lev.LInChannel.available()
-
net.bnubot.core.BNetInputStream.available()
-
net.bnubot.util.BNetInputStream.available()
-
net.sourceforge.chaperon.process.extended.CharBuffer.available()
-
net.yura.lobby.util.ByteBufferInputStream.available()
-
net.yura.lobby.util.ByteInputStream.available()
-
one.nio.serial.DeserializeStream.available()
-
org.apache.abdera.protocol.server.multipart.MultipartInputStream.available()
-
org.apache.activemq.util.DataByteArrayInputStream.available()
@return the number of bytes that can be read from the input streamwithout blocking.
-
org.apache.axis2.context.externalize.SafeObjectInputStream.available()
-
org.apache.bcel.util.ByteSequence.available()
-
org.apache.cassandra.io.util.MappedFileDataInput.available()
-
org.apache.commons.compress.compressors.bzip2.BZip2CompressorInputStream.available()
-
org.apache.commons.compress.compressors.gzip.GzipCompressorInputStream.available()
-
org.apache.commons.compress.compressors.pack200.Pack200CompressorInputStream.available()
{@inheritDoc}
-
org.apache.commons.compress.compressors.xz.XZCompressorInputStream.available()
-
org.apache.directory.server.xdbm.search.cursor.NotCursor.available()
-
org.apache.directory.server.xdbm.search.cursor.PresenceCursor.available()
-
org.apache.directory.server.xdbm.search.cursor.SubstringCursor.available()
-
org.apache.fop.util.UnclosableInputStream.available()
-
org.apache.hadoop.fs.FSDataInputStream.available()
-
org.apache.hadoop.hbase.stargate.util.HTableTokenBucket.available()
@return the number of remaining tokens in the bucket (roughly)
@throws IOException
-
org.apache.hadoop.hdfs.util.ExactSizeInputStream.available()
-
org.apache.hadoop.io.DataInputBuffer.available()
-
org.apache.hadoop.io.compress.CompressionInputStream.available()
-
org.apache.http.impl.SessionInputBufferMock.available()
-
org.apache.http.impl.SessionOutputBufferMock.available()
-
org.apache.http.impl.io.HttpDataInputStream.available()
-
org.apache.http.impl.io.IdentityInputStream.available()
-
org.apache.http.io.BufferInfo.available()
Returns available space in the buffer.
@return available space.
-
org.apache.http.mockup.SessionInputBufferMockup.available()
-
org.apache.http.mockup.SessionOutputBufferMockup.available()
-
org.apache.lucene.util.UnsafeByteArrayInputStream.available()
-
org.apache.poi.hssf.record.RecordInputStream.available()
@return the number of bytes available in the current BIFF record
@see #remaining()
-
org.apache.poi.poifs.filesystem.DocumentInputStream.available()
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream. The next caller might be the same thread or or another thread.
@return the number of bytes that can be read from this inputstream without blocking.
@exception IOException on error (such as the stream has beenclosed)
-
org.apache.poi.poifs.storage.DataInputBlock.available()
-
org.apache.poi.util.LittleEndianInput.available()
-
org.apache.sshd.common.util.Buffer.available()
-
org.apache.tomcat.lite.io.IOBuffer.available()
All operations that iterate over buffers must be sync
@return
-
org.apache.tomcat.util.bcel.util.ByteSequence.available()
-
org.apache.tools.tar.TarInputStream.available()
Get the available data that can be read from the current entry in the archive. This does not indicate how much data is left in the entire archive, only in the current entry. This value is determined from the entry's size header field and the amount of data already read from the current entry. Integer.MAX_VALUE is returen in case more than Integer.MAX_VALUE bytes are left in the current entry in the archive.
@return The number of available bytes for the current entry.
@throws IOException for signature
-
org.apache.xindice.util.ByteArrayInput.available()
-
org.apache.xindice.xml.XMLCompressedInput.available()
-
org.archive.io.arc.ARCRecord.available()
-
org.archive.io.warc.WARCRecord.available()
-
org.aspectj.apache.bcel.util.ByteSequence.available()
-
org.auraframework.util.LimitedLengthInputStream.available()
-
org.bouncycastle.asn1.ASN1InputStream.available()
-
org.camunda.bpm.engine.runtime.CaseExecutionQuery.available()
Only select case executions which are available.
-
org.eclipse.jetty.spdy.api.DataInfo.available()
Returns the available content bytes that can be read via {@link #readInto(ByteBuffer)}.
Each invocation to {@link #readInto(ByteBuffer)} modifies the value returned by this method,until no more content bytes are available.
@return the available content bytes
@see #readInto(ByteBuffer)
-
org.exist.storage.BrokerPool.available()
Returns the number of inactive brokers for the database instance.
@return The brokers count
-
org.exist.storage.io.VariableByteArrayInput.available()
-
org.exist.storage.io.VariableByteInput.available()
Returns a value > 0 if more bytes can be read from the input.
@throws IOException
-
org.fusesource.hawtbuf.DataByteArrayInputStream.available()
@return the number of bytes that can be read from the input streamwithout blocking.
-
org.glyptodon.guacamole.io.GuacamoleReader.available()
Returns whether instruction data is available for reading. Note that this does not guarantee an entire instruction is available. If a full instruction is not available, this function can return true, and a call to read() will still block.
@return true if instruction data is available for reading, falseotherwise.
@throws GuacamoleException If an error occurs while checking foravailable data.
-
org.htmlparser.lexer.Stream.available()
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream. The next caller might be the same thread or or another thread.
@return The number of bytes that can be read from this input streamwithout blocking.
@exception IOException If an I/O error occurs.
-
org.iq80.leveldb.util.SliceInput.available()
Returns the number of readable bytes which is equal to {@code (this.slice.length() - this.position)}.
-
org.jacorb.orb.CDRInputStream.available()
@return the number of bytes that can be read (or skipped over) from thisinput stream. This is not necessarily the number of 'valid' bytes.
-
org.jboss.invocation.MarshalledValueInputStream.available()
-
org.jboss.netty.buffer.ChannelBufferInputStream.available()
-
org.jboss.remoting.transport.multiplex.utility.GrowablePipedInputStream.available()
-
org.jboss.seam.deployment.HotDeploymentStrategy.available()
It is both enabled and the classpath was detected. Admittedly, this seems like a redundant confirmation.
-
org.jets3t.service.io.SegmentedRepeatableFileInputStream.available()
-
org.jgroups.util.BlockingInputStream.available()
-
org.jruby.embed.io.ReaderInputStream.available()
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. The next invocation might be the same thread or another thread. A single read or skip of this many bytes will not block, but may read or skip fewer bytes.
Note that while some implementations of {@code InputStream} will returnthe total number of bytes in the stream, many will not. It is never correct to use the return value of this method to allocate a buffer intended to hold all data in this stream.
A subclass' implementation of this method may choose to throw an {@link IOException} if this input stream has been closed byinvoking the {@link #close()} method.
The {@code available} method for class {@code InputStream} alwaysreturns {@code 0}.
@return an estimate of the number of bytes that can be read (or skippedover) from this input stream without blocking or {@code 0} whenit reaches the end of the input stream.
@exception IOException if an I/O error occurs.
-
org.lealone.value.Transfer.available()
-
org.mozilla.interfaces.nsIInputStream.available()
Determine number of bytes available in the stream. A non-blocking stream that does not yet have any data to read should return 0 bytes from this method (i.e., it must not throw the NS_BASE_STREAM_WOULD_BLOCK exception). In addition to the number of bytes available in the stream, this method also informs the caller of the current status of the stream. A stream that is closed will throw an exception when this method is called. That enables the caller to know the condition of the stream before attempting to read from it. If a stream is at end-of-file, but not closed, then this method should return 0 bytes available.
@return number of bytes currently available in the stream, orPR_UINT32_MAX if the size of the stream exceeds PR_UINT32_MAX.
@throws NS_BASE_STREAM_CLOSED if the stream is closed normally or atend-of-file
@throws if the stream is closed due to some errorcondition
-
org.omg.CORBA.portable.InputStream.available()
-
org.teavm.classlib.impl.charset.CharBuffer.available()
-
ru.vassaev.core.xml.FindStringStream.available()
-
sun.security.util.DerInputStream.available()
Returns the number of bytes available for reading. This is most useful for testing whether the stream is empty.