module Teeplate::AsDataEntry
Direct including types
Defined in:
lib/as_data_entry.crInstance Method Summary
-
#path : String
Returns a path string relative to a base location.
-
#perm? : UInt16 | Nil
Returns permission.
-
#size? : UInt64 | Nil
Returns data size.
-
#write_to(io : IO)
Writes this data stream to a specified IO object.
Instance Method Detail
abstract
def size? : UInt64 | Nil
#
Returns data size.
If the size can't be determined, returns nil.