Provide access to the persistent fields read from the input stream.
Provide access to the persistent fields read from the input stream.
(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
(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
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close