org.wildfly.clustering.marshalling.protostream.SimpleObjectInput Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.marshalling.protostream;
import java.io.ObjectInput;
import java.nio.ByteBuffer;
import java.util.Arrays;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
/**
* {@link ObjectInput} implementation used to write the unexposed fields of an {@link java.io.Externalizable} object.
* @author Paul Ferraro
*/
public class SimpleObjectInput extends SimpleDataInput implements ObjectInput {
private final Iterator