|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
java.io.ByteArrayInputStream
org.hibernate.type.descriptor.java.BinaryStreamImpl
public class BinaryStreamImpl
Implementation of BinaryStream
| Field Summary |
|---|
| Fields inherited from class java.io.ByteArrayInputStream |
|---|
buf, count, mark, pos |
| Constructor Summary | |
|---|---|
BinaryStreamImpl(byte[] bytes)
|
|
| Method Summary | |
|---|---|
byte[] |
getBytes()
Access to the bytes. |
java.io.InputStream |
getInputStream()
Retrieve the input stream. |
int |
getLength()
Retrieve the length of the input stream |
| Methods inherited from class java.io.ByteArrayInputStream |
|---|
available, close, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.io.InputStream |
|---|
read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryStreamImpl(byte[] bytes)
| Method Detail |
|---|
public java.io.InputStream getInputStream()
BinaryStream
getInputStream in interface BinaryStreampublic byte[] getBytes()
BinaryStream
getBytes in interface BinaryStreampublic int getLength()
BinaryStream
getLength in interface BinaryStream
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||