Liking cljdoc? Tell your friends :D

jdk.io.ObjectInputStream$GetField

Provide access to the persistent fields read from the input stream.

Provide access to the persistent fields read from the input stream.
raw docstring

->get-fieldclj

(->get-field)

Constructor.

Constructor.
raw docstring

defaultedclj

(defaulted this name)

Return true if the named field is defaulted and has no value in this stream.

name - the name of the field - java.lang.String

returns: true, if and only if the named field is defaulted - boolean

throws: java.io.IOException - if there are I/O errors while reading from the underlying InputStream

Return true if the named field is defaulted and has no value in this
 stream.

name - the name of the field - `java.lang.String`

returns: true, if and only if the named field is defaulted - `boolean`

throws: java.io.IOException - if there are I/O errors while reading from the underlying InputStream
raw docstring

getclj

(get this name val)

Get the value of the named boolean field from the persistent field.

name - the name of the field - java.lang.String val - the default value to use if name does not have a value - boolean

returns: the value of the named boolean field - boolean

throws: java.io.IOException - if there are I/O errors while reading from the underlying InputStream

Get the value of the named boolean field from the persistent field.

name - the name of the field - `java.lang.String`
val - the default value to use if name does not have a value - `boolean`

returns: the value of the named boolean field - `boolean`

throws: java.io.IOException - if there are I/O errors while reading from the underlying InputStream
raw docstring

get-object-stream-classclj

(get-object-stream-class this)

Get the ObjectStreamClass that describes the fields in the stream.

returns: the descriptor class that describes the serializable fields - java.io.ObjectStreamClass

Get the ObjectStreamClass that describes the fields in the stream.

returns: the descriptor class that describes the serializable fields - `java.io.ObjectStreamClass`
raw docstring

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

× close