Uses of Interface
org.eclipse.net4j.util.io.ExtendedDataInput

Packages that use ExtendedDataInput
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
 class DataInputExtender
           
static class ExtendedDataInput.Delegating
           
 class ExtendedDataInputStream
           
 

Methods in org.eclipse.net4j.util.io that return ExtendedDataInput
 ExtendedDataInput ExtendedDataInput.Delegating.getDelegate()
           
 ExtendedDataInput ExtendedDataInput.Stream.getDelegate()
           
 

Methods in org.eclipse.net4j.util.io with parameters of type ExtendedDataInput
 String StringCompressor.read(ExtendedDataInput in)
           
 String StringIO.read(ExtendedDataInput in)
           
protected abstract  K SortedFileMap.readKey(ExtendedDataInput in)
           
protected  String StringCompressor.readString(ExtendedDataInput in)
           
protected  String StringCompressor.Counting.readString(ExtendedDataInput in)
           
protected abstract  V SortedFileMap.readValue(ExtendedDataInput in)
           
 

Constructors in org.eclipse.net4j.util.io with parameters of type ExtendedDataInput
ExtendedDataInput.Delegating(ExtendedDataInput delegate)
           
ExtendedDataInput.Stream(ExtendedDataInput delegate)
           
 

Uses of ExtendedDataInput in org.eclipse.net4j.util.security
 

Constructors in org.eclipse.net4j.util.security with parameters of type ExtendedDataInput
DiffieHellman.Client.Response(ExtendedDataInput in)
           
DiffieHellman.Server.Challenge(ExtendedDataInput in)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.