public class SeekType extends 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–2017 Alfresco Software. All rights reserved.