Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bplist
main
Bplist
Any
Type
ValueType
Error
Parser
Writer
Generated using Crystal 1.11.2
2024-11-02 07:36:59 UTC
class
Bplist::
Writer
Bplist::Writer
Reference
Object
Defined in:
bplist/writer.cr
Constructors
.new
(hash : Hash, compress : Bool =
false
)
Initialize with a hash
Class Method Summary
.debug=
(debug : Bool)
.debug?
Instance Method Summary
#io
: IO::Memory
#print_objects
#write_to_file
(file_path : String)
Constructor Detail
def self.
new
(hash : Hash, compress : Bool =
false
)
#
Initialize with a hash
[
View source
]
Class Method Detail
def self.
debug=
(debug : Bool)
#
[
View source
]
def self.
debug?
#
[
View source
]
Instance Method Detail
def
io
: IO::Memory
#
[
View source
]
def
print_objects
#
[
View source
]
def
write_to_file
(file_path : String)
#
[
View source
]