public class ByteArrayInputStreamSupplier extends Object implements com.google.common.base.Supplier<InputStream>
Constructor and Description |
---|
ByteArrayInputStreamSupplier(byte[] byteArray) |
Modifier and Type | Method and Description |
---|---|
InputStream |
get() |
public ByteArrayInputStreamSupplier(byte[] byteArray)
public InputStream get()
get
in interface com.google.common.base.Supplier<InputStream>
Copyright © 2017. All rights reserved.