Uses of Class
com.healthmarketscience.jackcess.TempBufferHolder.Type

Uses of TempBufferHolder.Type in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return TempBufferHolder.Type
static TempBufferHolder.Type TempBufferHolder.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TempBufferHolder.Type[] TempBufferHolder.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.healthmarketscience.jackcess with parameters of type TempBufferHolder.Type
static TempPageHolder TempPageHolder.newHolder(TempBufferHolder.Type type)
          Creates a new TempPageHolder.
static TempBufferHolder TempBufferHolder.newHolder(TempBufferHolder.Type type, boolean autoRewind)
          Creates a new TempBufferHolder.
static TempBufferHolder TempBufferHolder.newHolder(TempBufferHolder.Type type, boolean autoRewind, ByteOrder order)
          Creates a new TempBufferHolder.
 



Copyright © 2005-2008 Health Market Science. All Rights Reserved.