public final class CDOBlob extends CDOLob<InputStream>
| Constructor and Description |
|---|
CDOBlob(InputStream contents) |
CDOBlob(InputStream contents,
CDOLobStore store) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContents() |
protected CDOLobInfo |
put(InputStream contents) |
getID, getIDString, getSize, toStringpublic CDOBlob(InputStream contents) throws IOException
IOExceptionpublic CDOBlob(InputStream contents, CDOLobStore store) throws IOException
IOExceptionpublic InputStream getContents() throws IOException
getContents in class CDOLob<InputStream>IOExceptionprotected CDOLobInfo put(InputStream contents) throws IOException
put in class CDOLob<InputStream>IOExceptionCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html