| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataOutput | |
|---|---|
| java.io | Provides for system input and output through data streams, serialization and the file system. | 
| java.rmi.server | Provides classes and interfaces for supporting the server side of RMI. | 
| javax.imageio.stream | A package of the Java Image I/O API dealing with low-level I/O from files and streams. | 
| Uses of DataOutput in java.io | 
|---|
| Subinterfaces of DataOutput in java.io | |
|---|---|
|  interface | ObjectOutputObjectOutput extends the DataOutput interface to include writing of objects. | 
| Classes in java.io that implement DataOutput | |
|---|---|
|  class | DataOutputStreamA data output stream lets an application write primitive Java data types to an output stream in a portable way. | 
|  class | ObjectOutputStreamAn ObjectOutputStream writes primitive data types and graphs of Java objects to an OutputStream. | 
|  class | RandomAccessFileInstances of this class support both reading and writing to a random access file. | 
| Uses of DataOutput in java.rmi.server | 
|---|
| Methods in java.rmi.server with parameters of type DataOutput | |
|---|---|
|  void | UID.write(DataOutput out)Marshals a binary representation of this UIDto
 aDataOutputinstance. | 
| Uses of DataOutput in javax.imageio.stream | 
|---|
| Subinterfaces of DataOutput in javax.imageio.stream | |
|---|---|
|  interface | ImageOutputStreamA seekable output stream interface for use by ImageWriters. | 
| Classes in javax.imageio.stream that implement DataOutput | |
|---|---|
|  class | FileCacheImageOutputStreamAn implementation of ImageOutputStreamthat writes its
 output to a regularOutputStream. | 
|  class | FileImageOutputStreamAn implementation of ImageOutputStreamthat writes its
 output directly to aFileorRandomAccessFile. | 
|  class | ImageOutputStreamImplAn abstract class implementing the ImageOutputStreaminterface. | 
|  class | MemoryCacheImageOutputStreamAn implementation of ImageOutputStreamthat writes its
 output to a regularOutputStream. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.