Liking cljdoc? Tell your friends :D

jdk.io.StringBufferInputStream

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.
raw docstring

->string-buffer-input-streamclj

(->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`
raw docstring

availableclj

(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`
raw docstring

readclj

(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`
raw docstring

resetclj

(reset this)

Deprecated.

Deprecated.
raw docstring

skipclj

(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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close