class GPG::Data

Defined in:

gpg/data.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(slice : Slice) #

[View source]
def self.new(string : String) #

[View source]
def self.new #

[View source]

Instance Method Detail

def finalize #

[View source]
def read(slice) #

[View source]
def rewind #
Description copied from class IO

Rewinds this IO. By default this method raises, but including types may implement it.


[View source]
def to_unsafe : LibGPG::Data #

[View source]
def write(slice) : Nil #

[View source]