Java.io.ObjectStreamField.setOffset() Method



Description

The java.io.ObjectStreamField.setOffset(int offset) method sets Offset within instance data.

Declaration

Following is the declaration for java.io.ObjectStreamField.setOffset() method.

protected void setOffset(int offset)

Parameters

offset − The offset of the field.

Return Value

This method does not return a value.

Exception

NA

java_io_objectstreamfield.htm
Advertisements