org.apache.hadoop.record.meta
Class Utils

java.lang.Object
  extended by org.apache.hadoop.record.meta.Utils

Deprecated. Replaced by Avro.

@Deprecated
@InterfaceAudience.Public
@InterfaceStability.Stable
public class Utils
extends Object

Various utility functions for Hadooop record I/O platform.


Method Summary
static void skip(RecordInput rin, String tag, TypeID typeID)
          Deprecated. read/skip bytes from stream based on a type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

skip

public static void skip(RecordInput rin,
                        String tag,
                        TypeID typeID)
                 throws IOException
Deprecated. 
read/skip bytes from stream based on a type

Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.