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

Interface Input

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

A byte source that supports positioned read and length.

Source from the content-addressed store, hash-verified

22
23/** A byte source that supports positioned read and length. */
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;
30}

Callers 16

appendMethod · 0.65
from_byte_arrayMethod · 0.65
unscaled_valueMethod · 0.65
initializeMethod · 0.65
escapeFunction · 0.65
readGuardFunction · 0.65
readMethod · 0.65
dataMethod · 0.65
readFixedMethod · 0.65
readMethod · 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

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…