Package | Description |
---|---|
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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–2018. All rights reserved.