Modifier and Type | Field and Description |
---|---|
private ByteArrayInputStream |
fallbackDelegate |
private javax.json.JsonStructure |
input |
private T |
result |
Constructor and Description |
---|
JsonValueReader(javax.json.JsonStructure input) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
javax.json.JsonStructure |
get() |
javax.json.JsonStructure |
getInput()
Deprecated.
|
T |
getResult()
Deprecated.
|
int |
read(char[] cbuf,
int off,
int len) |
void |
setResult(T result)
Deprecated.
|
private final javax.json.JsonStructure input
private ByteArrayInputStream fallbackDelegate
private T result
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public javax.json.JsonStructure get()
@Deprecated public javax.json.JsonStructure getInput()
@Deprecated public T getResult()
@Deprecated public void setResult(T result)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.