@Experimental(value="We might prefer to move to an annotation") public class GridFS extends Object
This is a wrapper around an InputStream
| Constructor and Description |
|---|
GridFS(byte[] bytes) |
GridFS(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getInputStream() |
public GridFS(InputStream inputStream)
public GridFS(byte[] bytes)
public InputStream getInputStream()
Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.