MCPcopy Create free account
hub / github.com/apache/avro / length

Method length

lang/java/trevni/core/src/main/java/org/apache/trevni/Input.java:26–26  ·  view source on GitHub ↗

Return the total length of the input.

()

Source from the content-addressed store, hash-verified

24public interface Input extends Closeable {
25 /** Return the total length of the input. */
26 long length() throws IOException;
27
28 /** Positioned read. */
29 int read(long position, byte[] b, int start, int len) throws IOException;

Callers 15

appendMethod · 0.65
from_byte_arrayMethod · 0.65
unscaled_valueMethod · 0.65
initializeMethod · 0.65
escapeFunction · 0.65
readGuardFunction · 0.65
unescapeFunction · 0.65
writeCorruptFileMethod · 0.65
recodecMethod · 0.65

Implementers 9

InputByteslang/java/trevni/core/src/main/java/or
InputFilelang/java/trevni/core/src/main/java/or
HadoopInputlang/java/trevni/avro/src/main/java/or
AvroStringIOlang/php/lib/IO/AvroStringIO.php
InputBufferlang/java/trevni/core/src/main/java/or
TestFsInputlang/java/mapred/src/test/java/org/apa
FsInputlang/java/mapred/src/main/java/org/apa
TestDataFileReaderlang/java/avro/src/test/java/org/apach
SeekableInputStreamlang/java/avro/src/main/java/org/apach

Calls

no outgoing calls

Tested by 13

writeCorruptFileMethod · 0.52
recodecMethod · 0.52
toolDescriptionLengthMethod · 0.52
toolNameLengthMethod · 0.52
validateMethod · 0.52
decodeMethod · 0.52
lengthMethod · 0.52
seekMethod · 0.52
tellMethod · 0.52