ModeShape Distribution 3.5.0.Final

org.modeshape.jcr.value.binary
Class CassandraBinaryStore.BufferedInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.modeshape.jcr.value.binary.CassandraBinaryStore.BufferedInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
CassandraBinaryStore

protected final class CassandraBinaryStore.BufferedInputStream
extends InputStream


Constructor Summary
protected CassandraBinaryStore.BufferedInputStream(ByteBuffer buffer)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CassandraBinaryStore.BufferedInputStream

protected CassandraBinaryStore.BufferedInputStream(ByteBuffer buffer)
Method Detail

read

public int read()
Specified by:
read in class InputStream

ModeShape Distribution 3.5.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.