A B C D E F G I L M N O P R S T U V W

B

Base64 - Class in cafe.authentication
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in cafe.authentication
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class cafe.authentication.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class cafe.authentication.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in cafe.authentication
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class cafe.authentication.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class cafe.authentication.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
buy() - Method in interface cafe.gui.shopView.BuyEvent
Debit an ongoing export transaction instantly.
buy() - Method in class cafe.gui.shopView.ShopPanel
Center panel calls this when user confirms product export or the export timer hits zero.
BuyButton - Class in cafe.gui.shopView
This class creates a "buy now" button.
BuyEvent - Interface in cafe.gui.shopView
Provides method for debiting instantly an ongoing export transaction.
buyProduct(ExportProduct) - Method in class cafe.gui.GuiMain
Debits the product given as an arugement from the current user's account.
buyProduct(ExportProduct) - Method in interface cafe.gui.ViewEventInterface
Debits the product given as parameter from user's account

A B C D E F G I L M N O P R S T U V W