Java org.apache.hadoop.io.serializer Deserializer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.io.serializer Deserializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.io.serializer Deserializer.

The text is from its open source code.

Implementation

org.apache.hadoop.io.serializer.Deserializer has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voidclose()

Close the underlying input stream and clear up any resources.

Tdeserialize(T t)

Deserialize the next object from the underlying input stream.

voidopen(InputStream in)

Prepare the deserializer for reading.