Package com.hierynomus.msdtyp.ace
Class AceType4
- java.lang.Object
-
- com.hierynomus.msdtyp.ace.ACE
-
- com.hierynomus.msdtyp.ace.AceType2
-
- com.hierynomus.msdtyp.ace.AceType4
-
class AceType4 extends AceType2
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
applicationData
-
Fields inherited from class com.hierynomus.msdtyp.ace.AceType2
accessMask, inheritedObjectType, objectType, sid
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getApplicationData()
(package private) static AceType4
read(AceHeader header, SMBBuffer buffer, int aceStartPos)
protected void
readBody(SMBBuffer buffer, int aceStartPos)
Read the body of the AceType2java.lang.String
toString()
(package private) void
writeBody(SMBBuffer buffer)
-
Methods inherited from class com.hierynomus.msdtyp.ace.AceType2
getAccessMask, getInheritedObjectType, getObjectType, getSid
-
Methods inherited from class com.hierynomus.msdtyp.ace.ACE
getAceHeader, read, write
-
-
-
-
Method Detail
-
readBody
protected void readBody(SMBBuffer buffer, int aceStartPos) throws Buffer.BufferException
Description copied from class:AceType2
Read the body of the AceType2- Overrides:
readBody
in classAceType2
aceStartPos
- The start position of the ACE in the buffer.- Throws:
Buffer.BufferException
-
read
static AceType4 read(AceHeader header, SMBBuffer buffer, int aceStartPos) throws Buffer.BufferException
- Throws:
Buffer.BufferException
-
getApplicationData
public byte[] getApplicationData()
-
-