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

Packages that use TempBufferHolder.Type
com.healthmarketscience.jackcess   
 

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 are 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-2013 Health Market Science. All Rights Reserved.