1 //----------------------------------------------------------------------
2 // This software is part of the OpenBeOS distribution and is covered
3 // by the OpenBeOS license.
5 // Copyright (c) 2003 Tyler Dauwalder, tyler@dauwalder.net
6 //----------------------------------------------------------------------
10 BDataIO wrapper around a given attribute for a file. (implementation)
13 #include "Attribute.h"
15 Attribute::Attribute(BNode
&node
, const char *attribute
)
17 , fAttribute(attribute
)
22 Attribute::Read(void *buffer
, size_t size
)
28 Attribute::Write(const void *buffer
, size_t size
)