Uses of Interface
org.eclipse.net4j.util.io.ExtendedDataInput
-
Packages that use ExtendedDataInput Package Description org.eclipse.net4j.util.io Interfaces and classes for I/O.org.eclipse.net4j.util.security Interfaces and classes for security, negotiation, authentication, authorization and cryptography. -
-
Uses of ExtendedDataInput in org.eclipse.net4j.util.io
Classes in org.eclipse.net4j.util.io that implement ExtendedDataInput Modifier and Type Class Description class
DataInputExtender
static class
ExtendedDataInput.Delegating
class
ExtendedDataInputStream
Methods in org.eclipse.net4j.util.io that return ExtendedDataInput Modifier and Type Method Description ExtendedDataInput
ExtendedDataInput.Delegating. getDelegate()
ExtendedDataInput
ExtendedDataInput.Stream. getDelegate()
Methods in org.eclipse.net4j.util.io with parameters of type ExtendedDataInput Modifier and Type Method Description java.lang.String
StringCompressor. read(ExtendedDataInput in)
java.lang.String
StringIO. read(ExtendedDataInput in)
java.util.Collection<java.lang.Integer>
StringCompressor. readAcknowledgements(ExtendedDataInput in)
protected abstract K
SortedFileMap. readKey(ExtendedDataInput in)
protected java.lang.String
StringCompressor.Counting. readString(ExtendedDataInput in)
protected java.lang.String
StringCompressor. readString(ExtendedDataInput in)
protected abstract V
SortedFileMap. readValue(ExtendedDataInput in)
Constructors in org.eclipse.net4j.util.io with parameters of type ExtendedDataInput Constructor Description Delegating(ExtendedDataInput delegate)
Stream(ExtendedDataInput delegate)
-
Uses of ExtendedDataInput in org.eclipse.net4j.util.security
Constructors in org.eclipse.net4j.util.security with parameters of type ExtendedDataInput Constructor Description Challenge(ExtendedDataInput in)
Response(ExtendedDataInput in)
-