Public class ObjectInputStream.PutField.PutField extends Object
Constructor | Description |
---|---|
ObjectInputStream.PutField() | The function of this constructor is to create the Java.io ObjectOutputStream.PutField instance. |
Method | Description |
---|---|
abstract void put (String name, char val) | The function of this method is to put value represented with character field in persistent field. |
abstract void put (String name, boolean val) | The function of this method is puts the value of the field represented from persistent field. |
abstract void put (String name, byte val) | The function of this method is to puts the value of the field from persistent field in byte. |
abstract void put (String name, object val) | The function of this method is to put value represented with object field in persistent field. |