gzz.mediaserver
Class MediaserverBlock.FileBlock

java.lang.Object
  |
  +--gzz.mediaserver.MediaserverBlock.AbstractBlock
        |
        +--gzz.mediaserver.MediaserverBlock.FileBlock
All Implemented Interfaces:
MediaserverBlock
Enclosing class:
MediaserverBlock

public static class MediaserverBlock.FileBlock
extends MediaserverBlock.AbstractBlock


Nested Class Summary
 
Nested classes inherited from class gzz.mediaserver.MediaserverBlock
MediaserverBlock.AbstractBlock, MediaserverBlock.ByteArrayBlock, MediaserverBlock.FileBlock
 
Method Summary
 java.io.InputStream getRawInputStream()
          Get an input stream for reading the whole raw data in this block.
 
Methods inherited from class gzz.mediaserver.MediaserverBlock.AbstractBlock
getBytes, getContentType, getHeader, getId, getInputStream, getPoolName, getRaw, getRawHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRawInputStream

public java.io.InputStream getRawInputStream()
                                      throws java.io.IOException
Description copied from interface: MediaserverBlock
Get an input stream for reading the whole raw data in this block.

java.io.IOException