| Modifier and Type | Field and Description |
|---|---|
static int |
SMB2_LOCKFLAG_EXCLUSIVE_LOCK |
static int |
SMB2_LOCKFLAG_FAIL_IMMEDIATELY |
static int |
SMB2_LOCKFLAG_SHARED_LOCK |
static int |
SMB2_LOCKFLAG_UNLOCK |
| Constructor and Description |
|---|
Smb2Lock(long offset,
long length,
int flags) |
public static final int SMB2_LOCKFLAG_SHARED_LOCK
public static final int SMB2_LOCKFLAG_EXCLUSIVE_LOCK
public static final int SMB2_LOCKFLAG_UNLOCK
public static final int SMB2_LOCKFLAG_FAIL_IMMEDIATELY
public Smb2Lock(long offset,
long length,
int flags)
offset - length - flags - public int size()
size in interface EncodableEncodable.size()public int encode(byte[] dst,
int dstIndex)
encode in interface EncodableEncodable.encode(byte[], int)Copyright © 2021. All rights reserved.