| StringListReader | StringListReader | |||
|---|---|---|---|---|
| Compiled from "StringListReader.java" | Compiled from "StringListReader.java" | |||
| public class com.google.firebase.database.connection.util.StringListReader exten ds java.io.Reader { | public class com.google.firebase.database.connection.util.StringListReader exten ds java.io.Reader { | |||
| public com.google.firebase.database.connection.util.StringListReader(); | public com.google.firebase.database.connection.util.StringListReader(); | |||
| public void addString(java.lang.String); | public void addString(java.lang.String); | |||
| public void freeze(); | public void freeze(); | |||
| public java.lang.String toString(); | public java.lang.String toString(); | |||
| public void reset() throws java.io.IOException; | public void reset() throws java.io.IOException; | |||
| public int read(java.nio.CharBuffer) throws java.io.IOException; | public int read(java.nio.CharBuffer) throws java.io.IOException; | |||
| public int read() throws java.io.IOException; | public int read() throws java.io.IOException; | |||
| public int read(char[], int, int) throws java.io.IOException; | ||||
| public long skip(long) throws java.io.IOException; | public long skip(long) throws java.io.IOException; | |||
| public boolean ready() throws java.io.IOException; | public boolean ready() throws java.io.IOException; | |||
| public boolean markSupported(); | public boolean markSupported(); | |||
| public void mark(int) throws java.io.IOException; | public void mark(int) throws java.io.IOException; | |||
| public int read(char[], int, int) throws java.io.IOException; | ||||
| public void close() throws java.io.IOException; | public void close() throws java.io.IOException; | |||
| } | } | |||
| End of changes. 2 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41 | ||||