module

Teeplate::AsDataEntry

Instance methods

path

Returns a path string relative to a base location.

Source
perm?

Returns permission.

If no specific permission, returns nil.

Source
size?

Returns data size.

If the size can't be determined, returns nil.

Source
write_to(io : IO)

Writes this data stream to a specified IO object.

Source