org.prevayler.foundation
Class Chunking

java.lang.Object
  extended by org.prevayler.foundation.Chunking

public class Chunking
extends Object


Constructor Summary
Chunking()
           
 
Method Summary
static Chunk readChunk(InputStream stream)
           
static void writeChunk(OutputStream stream, Chunk chunk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chunking

public Chunking()
Method Detail

writeChunk

public static void writeChunk(OutputStream stream,
                              Chunk chunk)
                       throws IOException
Throws:
IOException

readChunk

public static Chunk readChunk(InputStream stream)
                       throws IOException
Throws:
IOException


Copyright © 2001-2013. All Rights Reserved.