| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.dcm4che2.net.PDVInputStream
public abstract class PDVInputStream
| Constructor Summary | |
|---|---|
| PDVInputStream() | |
| Method Summary | |
|---|---|
| abstract  void | copyTo(java.io.OutputStream out) | 
| abstract  void | copyTo(java.io.OutputStream out,
       int length) | 
| abstract  DicomObject | readDataset() | 
| abstract  long | skipAll() | 
| Methods inherited from class java.io.InputStream | 
|---|
| available, close, mark, markSupported, read, read, read, reset, skip | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PDVInputStream()
| Method Detail | 
|---|
public abstract DicomObject readDataset()
                                 throws java.io.IOException
java.io.IOException
public abstract void copyTo(java.io.OutputStream out,
                            int length)
                     throws java.io.IOException
java.io.IOException
public abstract void copyTo(java.io.OutputStream out)
                     throws java.io.IOException
java.io.IOException
public abstract long skipAll()
                      throws java.io.IOException
java.io.IOException| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||