ShortAttribute
ShortAttribute* shortAttr = new(std::nothrow) ShortAttribute(inode);
ShortAttribute::ShortAttribute(Inode* inode)
ShortAttribute::GetNext(char* name, size_t* nameLength)
ShortAttribute::Lookup(const char* name, size_t* nameLength)
ShortAttribute::SwapEndian()
ShortAttribute::~ShortAttribute()
ShortAttribute::_DataLength(AShortFormEntry* entry)
ShortAttribute::AShortFormEntry*
ShortAttribute::_FirstEntry()
ShortAttribute::Open(const char* name, int openMode, attr_cookie** _cookie)
ShortAttribute::Stat(attr_cookie* cookie, struct stat& stat)
ShortAttribute::Read(attr_cookie* cookie, off_t pos, uint8* buffer, size_t* length)
class ShortAttribute : public Attribute {
ShortAttribute(Inode* inode);
~ShortAttribute();