- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for 0x3084 (0.03 sec)
-
src/main/java/jcifs/smb/SmbFile.java
* * @see java.io.File */ public class SmbFile extends URLConnection implements SmbResource, SmbConstants { protected static final int ATTR_GET_MASK = 0x7FFF; protected static final int ATTR_SET_MASK = 0x30A7; protected static final int DEFAULT_ATTR_EXPIRATION_PERIOD = 5000; protected static final int HASH_DOT = ".".hashCode(); protected static final int HASH_DOT_DOT = "..".hashCode();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
cmd/object-api-datatypes_gen.go
} // MarshalMsg implements msgp.Marshaler func (z *ListObjectsInfo) MarshalMsg(b []byte) (o []byte, err error) { o = msgp.Require(b, z.Msgsize()) // map header, size 4 // string "IsTruncated" o = append(o, 0x84, 0xab, 0x49, 0x73, 0x54, 0x72, 0x75, 0x6e, 0x63, 0x61, 0x74, 0x65, 0x64) o = msgp.AppendBool(o, z.IsTruncated) // string "NextMarker" o = append(o, 0xaa, 0x4e, 0x65, 0x78, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x72)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jun 10 15:31:51 UTC 2024 - 70.1K bytes - Viewed (0)