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

Packages that use ExtendedDataOutput
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 ExtendedDataOutput in org.eclipse.net4j.util.io
 

Classes in org.eclipse.net4j.util.io that implement ExtendedDataOutput
 class DataOutputExtender
           
static class ExtendedDataOutput.Delegating
           
 class ExtendedDataOutputStream
           
 

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

Methods in org.eclipse.net4j.util.io with parameters of type ExtendedDataOutput
 void StringCompressor.write(ExtendedDataOutput out, String string)
           
 void StringIO.write(ExtendedDataOutput out, String string)
           
protected abstract  void SortedFileMap.writeKey(ExtendedDataOutput out, K key)
           
protected  void StringCompressor.writeString(ExtendedDataOutput out, String value)
           
protected  void StringCompressor.Counting.writeString(ExtendedDataOutput out, String value)
           
protected abstract  void SortedFileMap.writeValue(ExtendedDataOutput out, V value)
           
 

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

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

Methods in org.eclipse.net4j.util.security with parameters of type ExtendedDataOutput
 void DiffieHellman.Server.Challenge.write(ExtendedDataOutput out)
           
 void DiffieHellman.Client.Response.write(ExtendedDataOutput out)
           
 



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