public class InputStreamTsonBinaryStreamSource extends TsonBinaryStreamSource
| Constructor and Description |
|---|
InputStreamTsonBinaryStreamSource() |
InputStreamTsonBinaryStreamSource(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
open() |
void |
push(byte[] buffer,
int offset,
int len) |
void |
pushBase64(String str) |
void |
set(InputStream inputStream) |
public InputStreamTsonBinaryStreamSource()
public InputStreamTsonBinaryStreamSource(InputStream inputStream)
public void set(InputStream inputStream)
public void pushBase64(String str)
public void push(byte[] buffer,
int offset,
int len)
public InputStream open()
open in class TsonBinaryStreamSourceCopyright © 2024 vpc open source initiative. All rights reserved.