public class SeekType
extends java.lang.Object
Defines constants used by the SeekFile SMB request to specify where the seek position is relative to.
Modifier and Type | Field and Description |
---|---|
static int |
CurrentPos |
static int |
EndOfFile |
static int |
StartOfFile |
Constructor and Description |
---|
SeekType() |
public static final int StartOfFile
public static final int CurrentPos
public static final int EndOfFile
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.