Deprecated. This class does not properly convert characters into bytes. As of JDK 1.1, the preferred way to create a stream from a string is via the StringReader class.
Deprecated.
This class does not properly convert characters into bytes. As
of JDK 1.1, the preferred way to create a stream from a
string is via the StringReader class.(->string-buffer-input-stream s)Constructor.
Deprecated.
s - the underlying input buffer. - java.lang.String
Constructor. Deprecated. s - the underlying input buffer. - `java.lang.String`
(available this)Deprecated.
returns: the value of count - pos, which is the
number of bytes remaining to be read from the input buffer. - int
Deprecated.
returns: the value of count - pos, which is the
number of bytes remaining to be read from the input buffer. - `int`(read this)(read this b off len)Deprecated.
b - the buffer into which the data is read. - byte[]
off - the start offset of the data. - int
len - the maximum number of bytes read. - int
returns: the total number of bytes read into the buffer, or
-1 if there is no more data because the end of
the stream has been reached. - int
Deprecated.
b - the buffer into which the data is read. - `byte[]`
off - the start offset of the data. - `int`
len - the maximum number of bytes read. - `int`
returns: the total number of bytes read into the buffer, or
-1 if there is no more data because the end of
the stream has been reached. - `int`(skip this n)Deprecated.
n - the number of bytes to be skipped. - long
returns: the actual number of bytes skipped. - long
Deprecated. n - the number of bytes to be skipped. - `long` returns: the actual number of bytes skipped. - `long`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |