org.apache.hadoop.io
Interface WritableFactory


public interface WritableFactory

A factory for a class of Writable.

See Also:
WritableFactories

Method Summary
 Writable newInstance()
          Return a new instance.
 

Method Detail

newInstance

Writable newInstance()
Return a new instance.



Copyright © 2009 The Apache Software Foundation