module WritingMethods::DFL::Head

Overview

A chunk of data that holds info about data in the DFL

Direct including types

Defined in:

write/write_head.cr

Instance Method Summary

Instance Method Detail

def write(filename : String | Path) #

Writes out the head given the filename

head = DFL::Head.new
head.write("Path/To/MyHead.dpo")

[View source]
def write(io : IO) #

Writes out the head given the io


[View source]